HomeSort by: relevance | last modified time | path
    Searched defs:match_ch (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/property/
property_parse.c 32 static int match_ch(const char *t[], char m) function
374 if (match_ch(&s, '=')) {
389 done = !match_ch(&s, ',');
423 if (match_ch(&s, '-')) {
430 prop->optional = match_ch(&s, '?');
434 if (match_ch(&s, '=')) {
452 done = !match_ch(&s, ',');
  /src/crypto/external/bsd/openssl/dist/crypto/property/
property_parse.c 32 static int match_ch(const char *t[], char m) function
374 if (match_ch(&s, '=')) {
389 done = !match_ch(&s, ',');
423 if (match_ch(&s, '-')) {
430 prop->optional = match_ch(&s, '?');
434 if (match_ch(&s, '=')) {
452 done = !match_ch(&s, ',');

Completed in 15 milliseconds