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.c1082 size_t gtls_alpns_count = 0; in Curl_gtls_ctx_init() local
1156 gtls_alpns_count = 0; in Curl_gtls_ctx_init()
1167 if(!gtls_alpns_count && alpn && alpn_len) { in Curl_gtls_ctx_init()
1184 gtls_alpns_count = i; in Curl_gtls_ctx_init()
1187 if(gtls_alpns_count && in Curl_gtls_ctx_init()
1189 gtls_alpns, (unsigned int)gtls_alpns_count, in Curl_gtls_ctx_init()

Completed in 9 milliseconds