Home
last modified time | relevance | path

Searched refs:puri_len (Results 1 - 2 of 2) sorted by relevance

/third_party/libwebsockets/include/libwebsockets/
H A Dlws-http.h725 * \param puri_len: points to int to set to uri length
729 * If returns method, *puri_ptr is set to the method's URI string and *puri_len
734 lws_http_get_uri_and_method(struct lws *wsi, char **puri_ptr, int *puri_len);
/third_party/libwebsockets/lib/roles/http/server/
H A Dserver.c1116 lws_http_get_uri_and_method(struct lws *wsi, char **puri_ptr, int *puri_len) in lws_http_get_uri_and_method() argument
1142 *puri_len = lws_hdr_total_length(wsi, methods[n]); in lws_http_get_uri_and_method()

Completed in 5 milliseconds