Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/roles/http/
H A Dprivate-lib-roles-http.h317 lws_read_h1(struct lws *wsi, unsigned char *buf, lws_filepos_t len);
/third_party/libwebsockets/lib/roles/h1/
H A Dops-h1.c42 lws_read_h1(struct lws *wsi, unsigned char *buf, lws_filepos_t len) in lws_read_h1() function
314 * lws_read_h1()-> in lws_read_h1()
316 * lws_read_h1() in lws_read_h1()
325 "lws_read_h1 bail"); in lws_read_h1()
447 n = lws_read_h1(wsi, ebuf.token, (unsigned int)ebuf.len); in lws_h1_server_socket_service()
/third_party/libwebsockets/lib/roles/h2/
H A Dops-h2.c298 n = lws_read_h1(wsi, ebuf.token, (unsigned int)ebuf.len); in rops_handle_POLLIN_h2()
H A Dhttp2.c2297 n = lws_read_h1(h2n->swsi, in - 1, (unsigned int)n);
2298 // lwsl_notice("%s: lws_read_h1 %d\n", __func__, n);
2307 lwsl_info("%s: lws_read_h1 told %d %u / %u\n",
2320 lwsl_info("%s: lws_read_h1 telling %d %u / %u\n",
/third_party/libwebsockets/lib/roles/ws/
H A Dops-ws.c1183 n = lws_read_h1(wsi, ebuf.token, in rops_handle_POLLIN_ws()
/third_party/libwebsockets/lib/roles/http/server/
H A Dserver.c2052 m = lws_read_h1(wsi, ebuf.token, (lws_filepos_t)ebuf.len); in lws_http_action()

Completed in 11 milliseconds