Searched refs:uri_ptr (Results 1 – 8 of 8) sorted by relevance
/external/libwebsockets/lib/roles/http/server/ |
D | server.c | 939 lws_find_mount(struct lws *wsi, const char *uri_ptr, int uri_len) in lws_find_mount() argument 947 !strncmp(uri_ptr, hm->mountpoint, hm->mountpoint_len) && in lws_find_mount() 948 (uri_ptr[hm->mountpoint_len] == '\0' || in lws_find_mount() 949 uri_ptr[hm->mountpoint_len] == '/' || in lws_find_mount() 1249 char *uri_ptr, char ws) in lws_http_proxy_start() argument 1324 pslash + 1, uri_ptr + hit->mountpoint_len) - 1; in lws_http_proxy_start() 1499 const struct lws_http_mount *hit, char *uri_ptr, in lws_http_redirect_hit() argument 1506 s = uri_ptr + hit->mountpoint_len; in lws_http_redirect_hit() 1557 uri_ptr); in lws_http_redirect_hit() 1565 uri_ptr); in lws_http_redirect_hit() [all …]
|
D | access-log.c | 44 lws_prepare_access_log_info(struct lws *wsi, char *uri_ptr, int uri_len, int meth) in lws_prepare_access_log_info() argument 94 strncpy(uri, uri_ptr, (unsigned int)m); in lws_prepare_access_log_info()
|
/external/libwebsockets/lib/roles/ws/ |
D | server-ws.c | 498 char *uri_ptr; in lws_process_ws_upgrade() local 500 meth = lws_http_get_uri_and_method(wsi, &uri_ptr, &uri_len); in lws_process_ws_upgrade() 501 hit = lws_find_mount(wsi, uri_ptr, uri_len); in lws_process_ws_upgrade() 519 return lws_http_proxy_start(wsi, hit, uri_ptr, 1); in lws_process_ws_upgrade() 779 const char * uri_ptr = in handshake_0405() local 783 lws_find_mount(wsi, uri_ptr, uri_len); in handshake_0405()
|
/external/libwebsockets/lib/roles/h2/ |
D | ops-h2.c | 800 char *uri_ptr = NULL; in lws_h2_bind_for_post_before_action() local 853 if (lws_http_get_uri_and_method(wsi, &uri_ptr, &uri_len) >= 0) in lws_h2_bind_for_post_before_action() 856 hit ? uri_ptr + in lws_h2_bind_for_post_before_action() 857 hit->mountpoint_len : uri_ptr, in lws_h2_bind_for_post_before_action()
|
D | http2.c | 2696 const char * uri_ptr; in lws_h2_ws_handshake() local 2789 uri_ptr = lws_hdr_simple_ptr(wsi, WSI_TOKEN_HTTP_COLON_PATH); in lws_h2_ws_handshake() 2791 hit = lws_find_mount(wsi, uri_ptr, n); in lws_h2_ws_handshake()
|
/external/libwebsockets/lib/roles/http/ |
D | private-lib-roles-http.h | 327 char *uri_ptr, char ws);
|
/external/libwebsockets/lib/core/ |
D | private-lib-core.h | 886 lws_find_mount(struct lws *wsi, const char *uri_ptr, int uri_len);
|
/external/libwebsockets/lib/core-net/ |
D | private-lib-core-net.h | 1278 lws_prepare_access_log_info(struct lws *wsi, char *uri_ptr, int len, int meth);
|