Home
last modified time | relevance | path

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

/curl/lib/vtls/
H A Dgtls.c1062 size_t gtls_alpns_count = 0; in Curl_gtls_ctx_init() local
1133 gtls_alpns_count = 1; in Curl_gtls_ctx_init()
1144 if(!gtls_alpns_count && alpn && alpn_len) { in Curl_gtls_ctx_init()
1159 gtls_alpns_count = i; in Curl_gtls_ctx_init()
1162 if(gtls_alpns_count && in Curl_gtls_ctx_init()
1164 gtls_alpns, (unsigned int)gtls_alpns_count, in Curl_gtls_ctx_init()

Completed in 12 milliseconds