Home
last modified time | relevance | path

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

/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/property/
H A Dproperty_parse.c33 static int match_ch(const char *t[], char m) in match_ch() function
332 if (match_ch(&s, '=')) { in ossl_parse_property()
347 done = !match_ch(&s, ','); in ossl_parse_property()
381 if (match_ch(&s, '-')) { in ossl_parse_query()
388 prop->optional = match_ch(&s, '?'); in ossl_parse_query()
392 if (match_ch(&s, '=')) { in ossl_parse_query()
410 done = !match_ch(&s, ','); in ossl_parse_query()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/property/
H A Dproperty_parse.c33 static int match_ch(const char *t[], char m) in match_ch() function
332 if (match_ch(&s, '=')) { in ossl_parse_property()
347 done = !match_ch(&s, ','); in ossl_parse_property()
381 if (match_ch(&s, '-')) { in ossl_parse_query()
388 prop->optional = match_ch(&s, '?'); in ossl_parse_query()
392 if (match_ch(&s, '=')) { in ossl_parse_query()
410 done = !match_ch(&s, ','); in ossl_parse_query()
/dports/security/acmed/acmed-0.18.0/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/property/
H A Dproperty_parse.c33 static int match_ch(const char *t[], char m) in match_ch() function
332 if (match_ch(&s, '=')) { in ossl_parse_property()
347 done = !match_ch(&s, ','); in ossl_parse_property()
381 if (match_ch(&s, '-')) { in ossl_parse_query()
388 prop->optional = match_ch(&s, '?'); in ossl_parse_query()
392 if (match_ch(&s, '=')) { in ossl_parse_query()
410 done = !match_ch(&s, ','); in ossl_parse_query()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/property/
H A Dproperty_parse.c33 static int match_ch(const char *t[], char m) in match_ch() function
332 if (match_ch(&s, '=')) { in ossl_parse_property()
347 done = !match_ch(&s, ','); in ossl_parse_property()
381 if (match_ch(&s, '-')) { in ossl_parse_query()
388 prop->optional = match_ch(&s, '?'); in ossl_parse_query()
392 if (match_ch(&s, '=')) { in ossl_parse_query()
410 done = !match_ch(&s, ','); in ossl_parse_query()
/dports/security/openssl-quictls/openssl-7f2ab56a2b842b8e6fefc7b9d20eb5ff9c6ef151/crypto/property/
H A Dproperty_parse.c31 static int match_ch(const char *t[], char m) in match_ch() function
344 if (match_ch(&s, '=')) { in ossl_parse_property()
359 done = !match_ch(&s, ','); in ossl_parse_property()
393 if (match_ch(&s, '-')) { in ossl_parse_query()
400 prop->optional = match_ch(&s, '?'); in ossl_parse_query()
404 if (match_ch(&s, '=')) { in ossl_parse_query()
422 done = !match_ch(&s, ','); in ossl_parse_query()
/dports/security/openssl-devel/openssl-3.0.2/crypto/property/
H A Dproperty_parse.c31 static int match_ch(const char *t[], char m) in match_ch() function
344 if (match_ch(&s, '=')) { in ossl_parse_property()
359 done = !match_ch(&s, ','); in ossl_parse_property()
393 if (match_ch(&s, '-')) { in ossl_parse_query()
400 prop->optional = match_ch(&s, '?'); in ossl_parse_query()
404 if (match_ch(&s, '=')) { in ossl_parse_query()
422 done = !match_ch(&s, ','); in ossl_parse_query()
/dports/x11-toolkits/libdazzle/libdazzle-3.42.0/src/search/
H A Ddzl-fuzzy-mutable-index.c649 gunichar match_ch; in dzl_fuzzy_highlight() local
660 match_ch = g_utf8_get_char (match); in dzl_fuzzy_highlight()
683 if ((str_ch == match_ch) || in dzl_fuzzy_highlight()
684 (!case_sensitive && g_unichar_tolower (str_ch) == g_unichar_tolower (match_ch))) in dzl_fuzzy_highlight()
/dports/editors/the/THE-3.3RC4/
H A Dcomm1.c1376 CHARTYPE ch=0,match_ch=0; local
1431 match_ch = 0;
1437 match_ch = (direction_backward) ? *(match+i-1) : *(match+i+1);
1441 if (match_ch == 0)
1466 if (*(curr->line+i) == match_ch)
1491 if (*(curr->line+i) == match_ch)
/dports/devel/gnome-builder/gnome-builder-41.3/src/libide/sourceview/
H A Dide-completion.c1750 gunichar match_ch; in ide_completion_fuzzy_highlight() local
1761 match_ch = g_utf8_get_char (casefold_query); in ide_completion_fuzzy_highlight()
1763 if ((str_ch == match_ch) || (g_unichar_tolower (str_ch) == g_unichar_tolower (match_ch))) in ide_completion_fuzzy_highlight()