Home
last modified time | relevance | path

Searched refs:script_uri_path_len (Results 1 – 2 of 2) sorted by relevance

/third_party/libwebsockets/lib/roles/cgi/
Dcgi-server.c111 int script_uri_path_len, int timeout_secs, in lws_cgi() argument
198 if (script_uri_path_len >= 0) in lws_cgi()
201 script_uri_path_len) { in lws_cgi()
206 if (script_uri_path_len < 0 && uritok < 0) in lws_cgi()
240 while (script_uri_path_len >= 0) { in lws_cgi()
274 if (script_uri_path_len >= 0) { in lws_cgi()
277 cgi_path + 12 + script_uri_path_len); in lws_cgi()
282 if (script_uri_path_len >= 0 && in lws_cgi()
290 if (script_uri_path_len >= 0 && in lws_cgi()
297 if (script_uri_path_len >= 0 && in lws_cgi()
[all …]
/third_party/libwebsockets/include/libwebsockets/
Dlws-cgi.h74 int script_uri_path_len, int timeout_secs,