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

/freebsd-current/crypto/openssl/ssl/statem/
H A Dstatem.h54 MSG_FLOW_WRITING, enumerator in enum:__anon4235
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.
436 st->state = MSG_FLOW_WRITING;
444 st->state = MSG_FLOW_WRITING;
450 } else if (st->state == MSG_FLOW_WRITING) {
724 * Initialise the MSG_FLOW_WRITING sub-state machine
735 * MSG_FLOW_WRITING. The valid sub-states and transitions are:

Completed in 58 milliseconds