Home
last modified time | relevance | path

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

/dports/net/libwebsockets/libwebsockets-v4.2.2/lib/secure-streams/protocols/
H A Dss-raw.c91 !h->txn_ok && !wsi->a.context->being_destroyed) { in secstream_raw()
H A Dss-h2.c88 h->txn_ok = 1; in secstream_h2()
H A Dss-h1.c489 !h->txn_ok && !wsi->a.context->being_destroyed) { in secstream_h1()
828 h->txn_ok = 1; in secstream_h1()
H A Dss-mqtt.c92 !h->txn_ok && !wsi->a.context->being_destroyed) { in secstream_mqtt()
/dports/net/libwebsockets/libwebsockets-v4.2.2/lib/secure-streams/
H A Dprivate-lib-secure-streams.h178 uint8_t txn_ok; /**< 1 = transaction was OK */ member
H A Dsecure-streams.c792 h->txn_ok = 0; in _lws_ss_client_connect()