HomeSort by: relevance | last modified time | path
    Searched refs:MSG_FLOW_ERROR (Results 1 - 6 of 6) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/ssl/statem/
statem.h 50 MSG_FLOW_ERROR,
statem.c 122 if (s->statem.in_init && s->statem.state == MSG_FLOW_ERROR)
125 s->statem.state = MSG_FLOW_ERROR;
156 && (s)->statem.state == MSG_FLOW_ERROR)) \
169 if (s->statem.state == MSG_FLOW_ERROR)
306 * In addition to the above there is also the MSG_FLOW_ERROR state. We can move
321 if (st->state == MSG_FLOW_ERROR) {
  /src/crypto/external/bsd/openssl.old/dist/ssl/statem/
statem.h 50 MSG_FLOW_ERROR,
statem.c 123 if (s->statem.in_init && s->statem.state == MSG_FLOW_ERROR)
126 s->statem.state = MSG_FLOW_ERROR;
140 && (s)->statem.state == MSG_FLOW_ERROR)) \
154 if (s->statem.state == MSG_FLOW_ERROR)
291 * In addition to the above there is also the MSG_FLOW_ERROR state. We can move
306 if (st->state == MSG_FLOW_ERROR) {
  /src/crypto/external/apache2/openssl/dist/include/internal/
statem.h 54 MSG_FLOW_ERROR,
  /src/crypto/external/apache2/openssl/dist/ssl/statem/
statem.c 150 if (s->statem.in_init && s->statem.state == MSG_FLOW_ERROR)
153 s->statem.state = MSG_FLOW_ERROR;
184 && (s)->statem.state == MSG_FLOW_ERROR)) \
197 if (s->statem.state == MSG_FLOW_ERROR)
348 * In addition to the above there is also the MSG_FLOW_ERROR state. We can move
365 if (st->state == MSG_FLOW_ERROR) {

Completed in 25 milliseconds