Searched refs:lws_read_h1 (Results 1 – 6 of 6) sorted by relevance
/third_party/libwebsockets/lib/roles/http/ |
D | private-lib-roles-http.h | 317 lws_read_h1(struct lws *wsi, unsigned char *buf, lws_filepos_t len);
|
/third_party/libwebsockets/lib/roles/h1/ |
D | ops-h1.c | 42 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/ |
D | ops-h2.c | 298 n = lws_read_h1(wsi, ebuf.token, (unsigned int)ebuf.len); in rops_handle_POLLIN_h2()
|
D | http2.c | 2291 n = lws_read_h1(h2n->swsi, in - 1, (unsigned int)n); in lws_h2_parser()
|
/third_party/libwebsockets/lib/roles/ws/ |
D | ops-ws.c | 1183 n = lws_read_h1(wsi, ebuf.token, in rops_handle_POLLIN_ws()
|
/third_party/libwebsockets/lib/roles/http/server/ |
D | server.c | 2041 m = lws_read_h1(wsi, ebuf.token, (lws_filepos_t)ebuf.len); in lws_http_action()
|