Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/roles/
Dprivate-lib-roles.h268 lws_rops_tx_credit_t tx_credit; member
/third_party/libwebsockets/lib/core-net/
Dwsi.c656 tx_credit(wsi, LWSTXCR_US_TO_PEER, 0); in lws_get_peer_write_allowance()
1600 tx_credit(wsi, peer_to_us, add); in lws_wsi_tx_credit()
/third_party/libwebsockets/lib/roles/h2/
Dops-h2.c1365 /* 8 */ { .tx_credit = rops_tx_credit_h2 },
/third_party/libwebsockets/lib/roles/http/server/
Dserver.c3140 tx_credit(wsi, LWSTXCR_US_TO_PEER, 0); in lws_serve_http_file_fragment()