Searched refs:state_machine (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/openssl/openssl/ssl/statem/ |
H A D | statem.c | 65 static int state_machine(SSL *s, int server); 255 * state_machine() because |state| is MSG_FLOW_UNINITED, but until then any in ossl_statem_set_hello_verify_done() 265 return state_machine(s, 0); in ossl_statem_connect() 270 return state_machine(s, 1); in ossl_statem_accept() 313 static int state_machine(SSL *s, int server) in state_machine() function
|
/third_party/openssl/ssl/statem/ |
H A D | statem.c | 65 static int state_machine(SSL *s, int server); 255 * state_machine() because |state| is MSG_FLOW_UNINITED, but until then any in ossl_statem_set_hello_verify_done() 265 return state_machine(s, 0); in ossl_statem_connect() 270 return state_machine(s, 1); in ossl_statem_accept() 313 static int state_machine(SSL *s, int server) in state_machine() function
|
/third_party/python/Doc/tools/extensions/ |
H A D | pyspecific.py | 488 source = self.state_machine.input_lines.source( 489 self.lineno - self.state_machine.input_offset - 1) 508 self.state_machine.insert_input(lines, fname)
|
Completed in 5 milliseconds