Home
last modified time | relevance | path

Searched refs:MSG_FLOW_READING (Results 1 - 5 of 5) sorted by relevance

/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/
H A Dssl_code.h72 MSG_FLOW_READING, enumerator
/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dstatem.h52 MSG_FLOW_READING, enumerator
H A Dstatem.c45 * | | MSG_FLOW_READING | | MSG_FLOW_WRITING | | Event | machine |
294 * MSG_FLOW_WRITING <---> MSG_FLOW_READING
304 * MSG_FLOW_WRITING and MSG_FLOW_READING have sub-state machines associated with them.
446 if (st->state == MSG_FLOW_READING) { in state_machine()
458 st->state = MSG_FLOW_READING; in state_machine()
501 * Initialise the MSG_FLOW_READING sub-state machine
527 * MSG_FLOW_READING. The valid sub-states and transitions are:
/third_party/openssl/ssl/statem/
H A Dstatem.h52 MSG_FLOW_READING, enumerator
H A Dstatem.c45 * | | MSG_FLOW_READING | | MSG_FLOW_WRITING | | Event | machine |
294 * MSG_FLOW_WRITING <---> MSG_FLOW_READING
304 * MSG_FLOW_WRITING and MSG_FLOW_READING have sub-state machines associated with them.
441 if (st->state == MSG_FLOW_READING) { in state_machine()
453 st->state = MSG_FLOW_READING; in state_machine()
496 * Initialise the MSG_FLOW_READING sub-state machine
522 * MSG_FLOW_READING. The valid sub-states and transitions are:

Completed in 4 milliseconds