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-ws.c63 !h->txn_ok && !wsi->context->being_destroyed) in secstream_ws()
Dss-h2.c68 h->txn_ok = 1; in secstream_h2()
Dss-h1.c191 !h->txn_ok && !wsi->context->being_destroyed) in secstream_h1()
431 h->txn_ok = 1; in secstream_h1()
Dss-mqtt.c63 !h->txn_ok && !wsi->context->being_destroyed) in secstream_mqtt()
/external/libwebsockets/lib/secure-streams/
Dprivate-lib-secure-streams.h123 uint8_t txn_ok; /**< 1 = transaction was OK */ member
Dsecure-streams.c278 h->txn_ok = 0; in lws_ss_client_connect()