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/
Dprivate-lib-roles-http.h317 lws_read_h1(struct lws *wsi, unsigned char *buf, lws_filepos_t len);
/third_party/libwebsockets/lib/roles/h1/
Dops-h1.c42 lws_read_h1(struct lws *wsi, unsigned char *buf, lws_filepos_t len) in lws_read_h1() function
445 n = lws_read_h1(wsi, ebuf.token, (unsigned int)ebuf.len); in lws_h1_server_socket_service()
/third_party/libwebsockets/lib/roles/h2/
Dops-h2.c298 n = lws_read_h1(wsi, ebuf.token, (unsigned int)ebuf.len); in rops_handle_POLLIN_h2()
Dhttp2.c2291 n = lws_read_h1(h2n->swsi, in - 1, (unsigned int)n); in lws_h2_parser()
/third_party/libwebsockets/lib/roles/ws/
Dops-ws.c1183 n = lws_read_h1(wsi, ebuf.token, in rops_handle_POLLIN_ws()
/third_party/libwebsockets/lib/roles/http/server/
Dserver.c2041 m = lws_read_h1(wsi, ebuf.token, (lws_filepos_t)ebuf.len); in lws_http_action()