Home
last modified time | relevance | path

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

/third_party/libwebsockets/include/libwebsockets/
H A Dlws-http.h724 * \param puri_ptr: points to pointer to set to url
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
1141 *puri_ptr = lws_hdr_simple_ptr(wsi, methods[n]); in lws_http_get_uri_and_method()

Completed in 5 milliseconds