Home
last modified time | relevance | path

Searched refs:select_next_proto_cb (Results 1 – 7 of 7) sorted by relevance

/third_party/nghttp2/examples/
Dlibevent-client.c315 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()
Dclient.c354 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/
Dtest_new_connection.c463 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()
Dtest_request_response.c451 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/
Dtutorial-client.rst27 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/
Dshrpx_tls.cc1077 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/
Dopenssl.c2260 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()