Searched refs:doConnection (Results 1 – 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/apps/ |
D | s_time.c | 35 static SSL *doConnection(SSL *scon, const char *host, SSL_CTX *ctx); 280 if ((scon = doConnection(NULL, host, ctx)) == NULL) in s_time_main() 333 if ((scon = doConnection(NULL, host, ctx)) == NULL) { in s_time_main() 362 if ((doConnection(scon, host, ctx)) == NULL) in s_time_main() 415 static SSL *doConnection(SSL *scon, const char *host, SSL_CTX *ctx) in doConnection() function
|
/third_party/openssl/apps/ |
D | s_time.c | 35 static SSL *doConnection(SSL *scon, const char *host, SSL_CTX *ctx); 280 if ((scon = doConnection(NULL, host, ctx)) == NULL) in s_time_main() 333 if ((scon = doConnection(NULL, host, ctx)) == NULL) { in s_time_main() 362 if ((doConnection(scon, host, ctx)) == NULL) in s_time_main() 415 static SSL *doConnection(SSL *scon, const char *host, SSL_CTX *ctx) in doConnection() function
|