Home
last modified time | relevance | path

Searched refs:LRS_DEFERRING_ACTION (Results 1 – 6 of 6) sorted by relevance

/external/libwebsockets/lib/core-net/
Dservice.c334 lwsi_state(wsi) != LRS_DEFERRING_ACTION) in lws_service_adjust_timeout()
523 lwsi_state(wsi) != LRS_DEFERRING_ACTION) { in lws_service_do_ripe_rxflow()
566 lwsi_state(wsi) != LRS_DEFERRING_ACTION) { in lws_service_flag_pending()
/external/libwebsockets/lib/roles/h1/
Dops-h1.c252 case LRS_DEFERRING_ACTION: in lws_read_h1()
308 if (lwsi_state(wsi) == LRS_DEFERRING_ACTION) in lws_h1_server_socket_service()
473 if (lwsi_state(wsi) == LRS_DEFERRING_ACTION) { in lws_h1_server_socket_service()
/external/libwebsockets/lib/roles/
Dprivate-lib-roles.h120 LRS_DEFERRING_ACTION = LWSIFS_POCB | 16, enumerator
/external/libwebsockets/lib/roles/h2/
Dops-h2.c941 if (lwsi_state(w) == LRS_DEFERRING_ACTION) { in rops_perform_user_POLLOUT_h2()
Dhttp2.c1634 lwsi_set_state(h2n->swsi, LRS_DEFERRING_ACTION); in lws_h2_parse_end_of_frame()
2070 if (lwsi_state(h2n->swsi) == LRS_DEFERRING_ACTION) { in lws_h2_parser()
/external/libwebsockets/lib/roles/http/server/
Dserver.c2377 lwsi_set_state(wsi, LRS_DEFERRING_ACTION); in lws_http_transaction_completed()