Searched refs:select_next_proto_cb (Results 1 – 7 of 7) sorted by relevance
/third_party/nghttp2/examples/ |
D | libevent-client.c | 315 static int select_next_proto_cb(SSL *ssl, unsigned char **out, in select_next_proto_cb() function 341 SSL_CTX_set_next_proto_select_cb(ssl_ctx, select_next_proto_cb, NULL); in create_ssl_ctx()
|
D | client.c | 354 static int select_next_proto_cb(SSL *ssl, unsigned char **out, in select_next_proto_cb() function 381 SSL_CTX_set_next_proto_select_cb(ssl_ctx, select_next_proto_cb, NULL); in init_ssl_ctx()
|
/third_party/skia/third_party/externals/microhttpd/src/testspdy/ |
D | test_new_connection.c | 463 static int select_next_proto_cb(SSL* ssl, in select_next_proto_cb() function 494 SSL_CTX_set_next_proto_select_cb(ssl_ctx, select_next_proto_cb, in init_ssl_ctx()
|
D | test_request_response.c | 451 static int select_next_proto_cb(SSL* ssl, in select_next_proto_cb() function 482 SSL_CTX_set_next_proto_select_cb(ssl_ctx, select_next_proto_cb, in init_ssl_ctx()
|
/third_party/nghttp2/doc/sources/ |
D | tutorial-client.rst | 27 static int select_next_proto_cb(SSL *ssl _U_, unsigned char **out, 61 SSL_CTX_set_next_proto_select_cb(ssl_ctx, select_next_proto_cb, NULL);
|
/third_party/nghttp2/src/ |
D | shrpx_tls.cc | 1077 int select_next_proto_cb(SSL *ssl, unsigned char **out, unsigned char *outlen, in select_next_proto_cb() function 1841 select_next_proto_cb); in setup_downstream_client_ssl_context()
|
/third_party/curl/lib/vtls/ |
D | openssl.c | 2260 select_next_proto_cb(SSL *ssl, in select_next_proto_cb() function 2778 SSL_CTX_set_next_proto_select_cb(backend->ctx, select_next_proto_cb, data); in ossl_connect_step1()
|