Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/roles/
Dprivate-lib-roles.h269 lws_rops_write_role_protocol_t write_role_protocol; member
/third_party/libwebsockets/lib/core-net/
Doutput.c235 write_role_protocol(wsi, buf, len, &wp); in lws_write()
Dservice.c116 write_role_protocol(wsi, NULL, 0, &wp) < 0) { in lws_handle_POLLOUT_event()
/third_party/libwebsockets/lib/roles/h1/
Dops-h1.c606 write_role_protocol(wsi, NULL, 0, &wp) < 0) { in rops_handle_POLLIN_h1()
1111 /* 4 */ { .write_role_protocol = rops_write_role_protocol_h1 },
/third_party/libwebsockets/lib/roles/ws/
Dops-ws.c1860 write_role_protocol(wsi, buf - pre, in rops_write_role_protocol_ws()
2079 /* 7 */ { .write_role_protocol = rops_write_role_protocol_ws },
/third_party/libwebsockets/lib/roles/h2/
Dops-h2.c1366 /* 9 */ { .write_role_protocol = rops_write_role_protocol_h2 },
/third_party/libwebsockets/lib/roles/http/server/
Dserver.c3059 write_role_protocol(wsi, NULL, 0, &wp) < 0) { in lws_serve_http_file_fragment()