Searched refs:txord (Results 1 – 6 of 6) sorted by relevance
/third_party/libwebsockets/lib/secure-streams/protocols/ |
D | ss-raw.c | 140 r = h->info.tx(ss_to_userobj(h), h->txord++, p, &buflen, &f); in secstream_raw()
|
D | ss-mqtt.c | 191 mqpp.packet_id = (uint16_t)(h->txord - 1); in secstream_mqtt_publish() 461 h->u.mqtt.shadow_sub.packet_id = (uint16_t)(h->txord - 1); in secstream_mqtt_shadow_subscribe() 825 r = h->info.tx(ss_to_userobj(h), h->txord++, buf + LWS_PRE, in secstream_mqtt() 840 lmsp.packet_id = (uint16_t)(h->txord - 1); in secstream_mqtt()
|
D | ss-ws.c | 161 r = h->info.tx(ss_to_userobj(h), h->txord++, buf + LWS_PRE, in secstream_ws()
|
D | ss-h1.c | 991 r = h->info.tx(ss_to_userobj(h), h->txord++, p, &buflen, &f); in secstream_h1()
|
/third_party/libwebsockets/lib/secure-streams/ |
D | private-lib-secure-streams.h | 98 lws_ss_tx_ordinal_t txord; member
|
D | secure-streams.c | 643 n = h->info.tx((h + 1), h->txord++, buf, &len, &flags); in lws_ss_smd_tx_cb()
|