Home
last modified time | relevance | path

Searched refs:txord (Results 1 – 6 of 6) sorted by relevance

/external/libwebsockets/lib/secure-streams/protocols/
Dss-mqtt.c189 mqpp.packet_id = (uint16_t)(h->txord - 1); in secstream_mqtt_publish()
413 r = h->info.tx(ss_to_userobj(h), h->txord++, buf + LWS_PRE, in secstream_mqtt()
423 lmsp.packet_id = (uint16_t)(h->txord - 1); in secstream_mqtt()
Dss-raw.c140 r = h->info.tx(ss_to_userobj(h), h->txord++, p, &buflen, &f); in secstream_raw()
Dss-ws.c161 r = h->info.tx(ss_to_userobj(h), h->txord++, buf + LWS_PRE, in secstream_ws()
Dss-h1.c985 r = h->info.tx(ss_to_userobj(h), h->txord++, p, &buflen, &f); in secstream_h1()
/external/libwebsockets/lib/secure-streams/
Dprivate-lib-secure-streams.h98 lws_ss_tx_ordinal_t txord; member
Dsecure-streams.c637 n = h->info.tx(&h[1], h->txord++, buf, &len, &flags); in lws_ss_smd_tx_cb()