Home
last modified time | relevance | path

Searched refs:post_in_expected (Results 1 – 3 of 3) sorted by relevance

/third_party/libwebsockets/lib/roles/cgi/
Dprivate-lib-roles-cgi.h74 lws_filepos_t post_in_expected; member
Dcgi-server.c81 if (!cgi->wsi->http.cgi->post_in_expected) in lws_cgi_grace()
99 (int)wsi->http.cgi->post_in_expected); in lws_cgi_reap_cb()
354 wsi->http.cgi->post_in_expected = (lws_filepos_t) in lws_cgi()
629 if (wsi->http.cgi->post_in_expected) { in lws_cgi_write_split_stdout_headers()
/third_party/libwebsockets/lib/core-net/
Ddummy-callback.c808 if (wsi->http.cgi->post_in_expected && args->stdwsi[LWS_STDIN] && in lws_callback_http_dummy()
810 wsi->http.cgi->post_in_expected -= (unsigned int)n; in lws_callback_http_dummy()
812 if (!wsi->http.cgi->post_in_expected) { in lws_callback_http_dummy()