Home
last modified time | relevance | path

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

/curl/lib/vtls/
H A Dcipher_suite.c728 #define CS_LIST_LEN (sizeof(cs_list) / sizeof(cs_list[0])) macro
830 for(i = 0; i < CS_LIST_LEN; i++) { in Curl_cipher_suite_lookup_id()
867 size_t i, j = CS_LIST_LEN; in Curl_cipher_suite_get_str()
870 for(i = 0; i < CS_LIST_LEN; i++) { in Curl_cipher_suite_get_str()
877 if(j == CS_LIST_LEN) in Curl_cipher_suite_get_str()
881 if(j < CS_LIST_LEN) in Curl_cipher_suite_get_str()

Completed in 7 milliseconds