Home
last modified time | relevance | path

Searched refs:long_poll (Results 1 – 4 of 4) sorted by relevance

/external/libwebsockets/minimal-examples/http-client/minimal-http-client/
Dminimal-http-client.c21 static int long_poll; variable
55 if (long_poll) { in callback_http()
87 if (long_poll) { in callback_http()
183 long_poll = 1; in system_notify_cb()
/external/libwebsockets/lib/roles/h2/
Dprivate-lib-roles-h2.h316 uint8_t long_poll:1; member
Dops-h2.c1095 if (w->h2.send_END_STREAM && w->h2.long_poll) { in rops_perform_user_POLLOUT_h2()
Dhttp2.c2611 wsi->h2.long_poll = 1; in lws_h2_client_stream_long_poll_rxonly()