Home
last modified time | relevance | path

Searched refs:LWS_ILLEGAL_HTTP_CONTENT_LEN (Results 1 – 7 of 7) sorted by relevance

/external/libwebsockets/plugins/
Dprotocol_fulltext_demo.c134 LWS_ILLEGAL_HTTP_CONTENT_LEN, &p, end)) in callback_fts()
146 LWS_ILLEGAL_HTTP_CONTENT_LEN, &p, end)) in callback_fts()
/external/libwebsockets/minimal-examples/http-server/minimal-http-server-sse/
Dminimal-http-server-sse.c67 LWS_ILLEGAL_HTTP_CONTENT_LEN, in callback_sse()
/external/libwebsockets/minimal-examples/http-server/minimal-http-server-h2-long-poll/
Dminimal-http-server.c70 LWS_ILLEGAL_HTTP_CONTENT_LEN, /* no content len */ in callback_http()
/external/libwebsockets/minimal-examples/http-server/minimal-http-server-dynamic/
Dminimal-http-server-dynamic.c110 LWS_ILLEGAL_HTTP_CONTENT_LEN, /* no content len */ in callback_dynamic_http()
/external/libwebsockets/minimal-examples/http-server/minimal-http-server-sse-ring/
Dminimal-http-server-sse-ring.c221 LWS_ILLEGAL_HTTP_CONTENT_LEN, in callback_sse()
/external/libwebsockets/include/libwebsockets/
Dlws-http.h677 #define LWS_ILLEGAL_HTTP_CONTENT_LEN ((lws_filepos_t)-1ll) macro
/external/libwebsockets/lib/roles/http/
Dheader.c210 content_len != LWS_ILLEGAL_HTTP_CONTENT_LEN) { in lws_add_http_common_headers()