OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Mar 30 00:23:01 UTC 2026