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

/freebsd-13-stable/crypto/openssl/ssl/statem/
H A Dstatem.h52 MSG_FLOW_READING, enumerator in enum:__anon7307
H A Dstatem.c40 * | | MSG_FLOW_READING | | MSG_FLOW_WRITING | | Event | machine |
279 * MSG_FLOW_WRITING <---> MSG_FLOW_READING
289 * MSG_FLOW_WRITING and MSG_FLOW_READING have sub-state machines associated with them.
433 if (st->state == MSG_FLOW_READING) {
445 st->state = MSG_FLOW_READING;
488 * Initialise the MSG_FLOW_READING sub-state machine
514 * MSG_FLOW_READING. The valid sub-states and transitions are:

Completed in 123 milliseconds