Searched refs:handle_POLLIN (Results 1 – 14 of 14) sorted by relevance
/third_party/libwebsockets/lib/roles/raw-file/ |
D | ops-raw-file.c | 82 /* 1 */ { .handle_POLLIN = rops_handle_POLLIN_raw_file },
|
/third_party/libwebsockets/lib/roles/pipe/ |
D | ops-pipe.c | 120 /* 1 */ { .handle_POLLIN = rops_handle_POLLIN_pipe },
|
/third_party/libwebsockets/lib/roles/cgi/ |
D | ops-cgi.c | 140 /* 2 */ { .handle_POLLIN = rops_handle_POLLIN_cgi },
|
/third_party/libwebsockets/lib/roles/listen/ |
D | ops-listen.c | 181 /* 1 */ { .handle_POLLIN = rops_handle_POLLIN_listen },
|
/third_party/libwebsockets/lib/roles/raw-proxy/ |
D | ops-raw-proxy.c | 198 /* 1 */ { .handle_POLLIN = rops_handle_POLLIN_raw_proxy },
|
/third_party/libwebsockets/lib/core-net/ |
D | service.c | 549 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/ |
D | ops-raw-skt.c | 277 /* 1 */ { .handle_POLLIN = rops_handle_POLLIN_raw_skt },
|
/third_party/libwebsockets/lib/roles/ |
D | private-lib-roles.h | 264 lws_rops_handle_POLLIN_t handle_POLLIN; member
|
/third_party/libwebsockets/lib/roles/netlink/ |
D | ops-netlink.c | 603 /* 2 */ { .handle_POLLIN = rops_handle_POLLIN_netlink },
|
/third_party/libwebsockets/lib/roles/dbus/ |
D | dbus.c | 533 /* 2 */ { .handle_POLLIN = rops_handle_POLLIN_dbus },
|
/third_party/libwebsockets/lib/roles/mqtt/ |
D | ops-mqtt.c | 597 /* 1 */ { .handle_POLLIN = rops_handle_POLLIN_mqtt },
|
/third_party/libwebsockets/lib/roles/h1/ |
D | ops-h1.c | 1109 /* 2 */ { .handle_POLLIN = rops_handle_POLLIN_h1 },
|
/third_party/libwebsockets/lib/roles/h2/ |
D | ops-h2.c | 1361 /* 4 */ { .handle_POLLIN = rops_handle_POLLIN_h2 },
|
/third_party/libwebsockets/lib/roles/ws/ |
D | ops-ws.c | 2076 /* 4 */ { .handle_POLLIN = rops_handle_POLLIN_ws },
|