Searched refs:peer_to_us (Results 1 – 4 of 4) sorted by relevance
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-writeable.h | 244 lws_wsi_tx_credit(struct lws *wsi, char peer_to_us, int add);
|
/third_party/libwebsockets/lib/roles/h2/ |
D | ops-h2.c | 605 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/ |
D | private-lib-roles.h | 218 typedef int (*lws_rops_tx_credit_t)(struct lws *wsi, char peer_to_us, int add);
|
/third_party/libwebsockets/lib/core-net/ |
D | wsi.c | 1596 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()
|