Home
last modified time | relevance | path

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

/external/libwebsockets/lib/secure-streams/protocols/
Dss-h2.c88 h->txn_ok = 1; in secstream_h2()
Dss-raw.c91 !h->txn_ok && !wsi->a.context->being_destroyed) { in secstream_raw()
Dss-h1.c541 !h->txn_ok && !wsi->a.context->being_destroyed) { in secstream_h1()
901 h->txn_ok = 1; in secstream_h1()
Dss-mqtt.c272 !h->txn_ok && !wsi->a.context->being_destroyed) { in secstream_mqtt()
/external/libwebsockets/lib/secure-streams/
Dprivate-lib-secure-streams.h183 uint8_t txn_ok; /**< 1 = transaction was OK */ member
Dsecure-streams.c874 h->txn_ok = 0; in _lws_ss_client_connect()