Searched refs:debug_cb (Results 1 - 11 of 11) sorted by relevance
/third_party/curl/tests/http/clients/ |
H A D | h2-upgrade-extreme.c | 59 static int debug_cb(CURL *handle, curl_infotype type, in debug_cb() function 175 curl_easy_setopt(easy, CURLOPT_DEBUGFUNCTION, debug_cb); in main()
|
H A D | tls-session-reuse.c | 60 static int debug_cb(CURL *handle, curl_infotype type, in debug_cb() function 156 curl_easy_setopt(easy, CURLOPT_DEBUGFUNCTION, debug_cb); in add_transfer()
|
H A D | h2-pausing.c | 61 static int debug_cb(CURL *handle, curl_infotype type, in debug_cb() function 232 curl_easy_setopt(handles[i].h, CURLOPT_DEBUGFUNCTION, debug_cb) in main()
|
/third_party/node/deps/openssl/openssl/ssl/statem/ |
H A D | extensions.c | 676 if (s->ext.debug_cb) in tls_collect_extensions() 677 s->ext.debug_cb(s, !s->server, thisex->type, in tls_collect_extensions()
|
/third_party/openssl/ssl/statem/ |
H A D | extensions.c | 648 if (s->ext.debug_cb) in tls_collect_extensions() 649 s->ext.debug_cb(s, !s->server, thisex->type, in tls_collect_extensions()
|
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | ssl_local.h | 1612 void (*debug_cb)(SSL *s, int client_server, int type, member
|
H A D | s3_lib.c | 3757 s->ext.debug_cb = (void (*)(SSL *, int, int, in ssl3_callback_ctrl()
|
H A D | ssl_lib.c | 824 s->ext.debug_cb = 0; in SSL_new()
|
/third_party/openssl/ssl/ |
H A D | ssl_local.h | 1583 void (*debug_cb)(SSL *s, int client_server, int type, member
|
H A D | s3_lib.c | 3757 s->ext.debug_cb = (void (*)(SSL *, int, int, in ssl3_callback_ctrl()
|
H A D | ssl_lib.c | 764 s->ext.debug_cb = 0; in SSL_new()
|
Completed in 39 milliseconds