Searched defs:is_separator (Results 1 - 2 of 2) sorted by relevance

/external/curl/lib/vtls/
H A Dgskit.c151 static bool is_separator(char c) function
311 while(is_separator(*cipherlist)) /* Skip initial separators. */
336 for(clp = cipherlist; *cipherlist && !is_separator(*cipherlist);)
361 while(is_separator(*cipherlist))
/external/fio/
H A Dparse.c173 static int is_separator(char c) function
201 if (is_separator(c[i])) {

Completed in 195 milliseconds