Home
last modified time | relevance | path

Searched refs:txn_resp_pending (Results 1 – 2 of 2) sorted by relevance

/external/libwebsockets/lib/secure-streams/protocols/
Dss-h1.c927 if (h->txn_resp_pending) { in secstream_h1()
932 h->txn_resp_pending = 0; in secstream_h1()
1059 h->txn_resp_pending = 1; in secstream_h1()
/external/libwebsockets/lib/secure-streams/
Dprivate-lib-secure-streams.h187 uint8_t txn_resp_pending:1; /**< we have yet to send */ member