Home
last modified time | relevance | path

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

/external/libwebsockets/include/libwebsockets/
Dlws-writeable.h244 lws_wsi_tx_credit(struct lws *wsi, char peer_to_us, int add);
/external/libwebsockets/lib/roles/
Dprivate-lib-roles.h206 int (*tx_credit)(struct lws *wsi, char peer_to_us, int add);
/external/libwebsockets/lib/roles/h2/
Dops-h2.c572 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/
Dwsi.c1289 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()