Home
last modified time | relevance | path

Searched refs:lws_read_h2 (Results 1 – 5 of 5) sorted by relevance

/third_party/libwebsockets/lib/roles/h2/
Dprivate-lib-roles-h2.h382 lws_read_h2(struct lws *wsi, unsigned char *buf, lws_filepos_t len);
Dops-h2.c296 n = lws_read_h2(wsi, ebuf.token, (unsigned int)ebuf.len); in rops_handle_POLLIN_h2()
Dhttp2.c2805 lws_read_h2(struct lws *wsi, unsigned char *buf, lws_filepos_t len) in lws_read_h2() function
/third_party/libwebsockets/lib/roles/h1/
Dops-h1.c442 n = lws_read_h2(wsi, ebuf.token, (unsigned int)ebuf.len); in lws_h1_server_socket_service()
/third_party/libwebsockets/lib/roles/ws/
Dops-ws.c1179 n = lws_read_h2(wsi, ebuf.token, in rops_handle_POLLIN_ws()