Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/roles/http/server/
H A Dserver.c1255 char ads[96], host[96], *pcolon, *pslash, unix_skt = 0; in lws_http_proxy_start() local
1288 pslash = strchr(hit->origin, '/'); in lws_http_proxy_start()
1289 if (!pslash) { in lws_http_proxy_start()
1302 pslash = pcolon; in lws_http_proxy_start()
1304 if (pcolon > pslash) in lws_http_proxy_start()
1310 n = (int)(pslash - hit->origin); in lws_http_proxy_start()
1335 pslash + 1, uri_ptr + hit->mountpoint_len) - 1; in lws_http_proxy_start()

Completed in 4 milliseconds