Home
last modified time | relevance | path

Searched refs:handle_POLLIN (Results 1 – 14 of 14) sorted by relevance

/third_party/libwebsockets/lib/roles/raw-file/
Dops-raw-file.c82 /* 1 */ { .handle_POLLIN = rops_handle_POLLIN_raw_file },
/third_party/libwebsockets/lib/roles/pipe/
Dops-pipe.c120 /* 1 */ { .handle_POLLIN = rops_handle_POLLIN_pipe },
/third_party/libwebsockets/lib/roles/cgi/
Dops-cgi.c140 /* 2 */ { .handle_POLLIN = rops_handle_POLLIN_cgi },
/third_party/libwebsockets/lib/roles/listen/
Dops-listen.c181 /* 1 */ { .handle_POLLIN = rops_handle_POLLIN_listen },
/third_party/libwebsockets/lib/roles/raw-proxy/
Dops-raw-proxy.c198 /* 1 */ { .handle_POLLIN = rops_handle_POLLIN_raw_proxy },
/third_party/libwebsockets/lib/core-net/
Dservice.c549 handle_POLLIN(pt, wsi, &pfd) == in lws_service_do_ripe_rxflow()
767 handle_POLLIN(pt, wsi, pollfd)) { in lws_service_fd_tsi()
/third_party/libwebsockets/lib/roles/raw-skt/
Dops-raw-skt.c277 /* 1 */ { .handle_POLLIN = rops_handle_POLLIN_raw_skt },
/third_party/libwebsockets/lib/roles/
Dprivate-lib-roles.h264 lws_rops_handle_POLLIN_t handle_POLLIN; member
/third_party/libwebsockets/lib/roles/netlink/
Dops-netlink.c603 /* 2 */ { .handle_POLLIN = rops_handle_POLLIN_netlink },
/third_party/libwebsockets/lib/roles/dbus/
Ddbus.c533 /* 2 */ { .handle_POLLIN = rops_handle_POLLIN_dbus },
/third_party/libwebsockets/lib/roles/mqtt/
Dops-mqtt.c597 /* 1 */ { .handle_POLLIN = rops_handle_POLLIN_mqtt },
/third_party/libwebsockets/lib/roles/h1/
Dops-h1.c1109 /* 2 */ { .handle_POLLIN = rops_handle_POLLIN_h1 },
/third_party/libwebsockets/lib/roles/h2/
Dops-h2.c1361 /* 4 */ { .handle_POLLIN = rops_handle_POLLIN_h2 },
/third_party/libwebsockets/lib/roles/ws/
Dops-ws.c2076 /* 4 */ { .handle_POLLIN = rops_handle_POLLIN_ws },