Home
last modified time | relevance | path

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

/curl/lib/vtls/
H A Dcipher_suite.c839 static bool cs_is_separator(char c) in cs_is_separator() function
856 for(; cs_is_separator(*str[0]); (*str)++); in Curl_cipher_suite_walk_str()
859 for(*end = *str; *end[0] != '\0' && !cs_is_separator(*end[0]); (*end)++); in Curl_cipher_suite_walk_str()

Completed in 5 milliseconds