Home
last modified time | relevance | path

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

/third_party/curl/lib/vtls/
Dopenssl.c1679 size_t numalts; in verifyhost() local
1682 int numalts; in verifyhost()
1690 numalts = sk_GENERAL_NAME_num(altnames); in verifyhost()
1693 for(i = 0; (i < numalts) && !dnsmatched; i++) { in verifyhost()