Home
last modified time | relevance | path

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

/third_party/libwebsockets/include/libwebsockets/
Dlws-timeout-timer.h42 PENDING_TIMEOUT_CLOSE_ACK = 6, enumerator
/third_party/libwebsockets/lib/core-net/
Dservice.c715 lws_set_timeout(wsi, PENDING_TIMEOUT_CLOSE_ACK, 3); in lws_service_fd_tsi()
/third_party/libwebsockets/lib/roles/h2/
Dops-h2.c1178 lws_set_timeout(w, PENDING_TIMEOUT_CLOSE_ACK, 5); in rops_perform_user_POLLOUT_h2()
/third_party/libwebsockets/lib/roles/http/client/
Dclient-http.c369 lws_set_timeout(wsi, PENDING_TIMEOUT_CLOSE_ACK, 3); in lws_http_client_socket_service()
/third_party/libwebsockets/lib/roles/ws/
Dops-ws.c1282 lws_set_timeout(wsi, PENDING_TIMEOUT_CLOSE_ACK, in rops_handle_POLLOUT_ws()