Home
last modified time | relevance | path

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

/external/libwebsockets/minimal-examples/http-client/minimal-http-client-jit-trust/
Dminimal-http-client.c21 static int long_poll; variable
100 long_poll = 1; in try_connect()
237 if (long_poll) { in callback_http()
285 if (long_poll) { in callback_http()
/external/libwebsockets/minimal-examples/http-client/minimal-http-client/
Dminimal-http-client.c21 static int long_poll; variable
101 if (long_poll) { in callback_http()
145 if (long_poll) { in callback_http()
240 long_poll = 1; in system_notify_cb()
/external/libwebsockets/lib/roles/h2/
Dprivate-lib-roles-h2.h317 uint8_t long_poll:1; member
Dops-h2.c1225 if (w->h2.send_END_STREAM && w->h2.long_poll) { in rops_perform_user_POLLOUT_h2()
Dhttp2.c2889 wsi->h2.long_poll = 1; in lws_h2_client_stream_long_poll_rxonly()