HomeSort by: relevance | last modified time | path
    Searched defs:SUB_STATE_RETURN (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/ssl/statem/
statem.c 66 } SUB_STATE_RETURN;
70 static SUB_STATE_RETURN read_state_machine(SSL_CONNECTION *s);
72 static SUB_STATE_RETURN write_state_machine(SSL_CONNECTION *s);
586 static SUB_STATE_RETURN read_state_machine(SSL_CONNECTION *s)
805 static SUB_STATE_RETURN write_state_machine(SSL_CONNECTION *s)
  /src/crypto/external/bsd/openssl/dist/ssl/statem/
statem.c 63 } SUB_STATE_RETURN;
67 static SUB_STATE_RETURN read_state_machine(SSL *s);
69 static SUB_STATE_RETURN write_state_machine(SSL *s);
546 static SUB_STATE_RETURN read_state_machine(SSL *s)
764 static SUB_STATE_RETURN write_state_machine(SSL *s)
  /src/crypto/external/bsd/openssl.old/dist/ssl/statem/
statem.c 58 } SUB_STATE_RETURN;
62 static SUB_STATE_RETURN read_state_machine(SSL *s);
64 static SUB_STATE_RETURN write_state_machine(SSL *s);
538 static SUB_STATE_RETURN read_state_machine(SSL *s)
754 static SUB_STATE_RETURN write_state_machine(SSL *s)

Completed in 37 milliseconds