Searched refs:peer_to_us (Results 1 – 4 of 4) sorted by relevance
/external/libwebsockets/include/libwebsockets/ |
D | lws-writeable.h | 244 lws_wsi_tx_credit(struct lws *wsi, char peer_to_us, int add);
|
/external/libwebsockets/lib/roles/ |
D | private-lib-roles.h | 206 int (*tx_credit)(struct lws *wsi, char peer_to_us, int add);
|
/external/libwebsockets/lib/roles/h2/ |
D | ops-h2.c | 572 rops_tx_credit_h2(struct lws *wsi, char peer_to_us, int add) in rops_tx_credit_h2() argument 578 if (peer_to_us == LWSTXCR_PEER_TO_US) { in rops_tx_credit_h2() 597 if (peer_to_us == LWSTXCR_US_TO_PEER) in rops_tx_credit_h2()
|
/external/libwebsockets/lib/core-net/ |
D | wsi.c | 1289 lws_wsi_tx_credit(struct lws *wsi, char peer_to_us, int add) in lws_wsi_tx_credit() argument 1292 return wsi->role_ops->tx_credit(wsi, peer_to_us, add); in lws_wsi_tx_credit()
|