Home
last modified time | relevance | path

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

/external/libmicrohttpd/src/testspdy/
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()
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()
/external/curl/lib/vtls/
Dopenssl.c1889 select_next_proto_cb(SSL *ssl, in select_next_proto_cb() function
2263 SSL_CTX_set_next_proto_select_cb(BACKEND->ctx, select_next_proto_cb, conn); in ossl_connect_step1()