Home
last modified time | relevance | path

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

/third_party/openssl/crypto/property/
Dproperty_parse.c31 static int match_ch(const char *t[], char m) in match_ch() function
343 if (match_ch(&s, '=')) { in ossl_parse_property()
358 done = !match_ch(&s, ','); in ossl_parse_property()
392 if (match_ch(&s, '-')) { in ossl_parse_query()
399 prop->optional = match_ch(&s, '?'); in ossl_parse_query()
403 if (match_ch(&s, '=')) { in ossl_parse_query()
421 done = !match_ch(&s, ','); in ossl_parse_query()