Home
last modified time | relevance | path

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

/external/libwebsockets/lib/core-net/
Ddummy-callback.c357 if (!wsi->http.prh_content_length) in lws_callback_http_dummy()
361 __func__, wsi, (int)wsi->http.prh_content_length); in lws_callback_http_dummy()
540 parent->http.prh_content_length = -1; in lws_callback_http_dummy()
542 parent->http.prh_content_length = atoll( in lws_callback_http_dummy()
561 (int)parent->http.prh_content_length); in lws_callback_http_dummy()
/external/libwebsockets/lib/roles/http/
Dprivate-lib-roles-http.h222 size_t prh_content_length; member