Home
last modified time | relevance | path

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

/third_party/libwebsockets/include/libwebsockets/
Dlws-writeable.h244 lws_wsi_tx_credit(struct lws *wsi, char peer_to_us, int add);
/third_party/libwebsockets/lib/roles/h2/
Dops-h2.c605 rops_tx_credit_h2(struct lws *wsi, char peer_to_us, int add) in rops_tx_credit_h2() argument
611 if (peer_to_us == LWSTXCR_PEER_TO_US) { in rops_tx_credit_h2()
630 if (peer_to_us == LWSTXCR_US_TO_PEER) in rops_tx_credit_h2()
/third_party/libwebsockets/lib/roles/
Dprivate-lib-roles.h218 typedef int (*lws_rops_tx_credit_t)(struct lws *wsi, char peer_to_us, int add);
/third_party/libwebsockets/lib/core-net/
Dwsi.c1596 lws_wsi_tx_credit(struct lws *wsi, char peer_to_us, int add) in lws_wsi_tx_credit() argument
1600 tx_credit(wsi, peer_to_us, add); in lws_wsi_tx_credit()