OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IS_EOF
(Results
1 - 2
of
2
) sorted by null
/external/openssl/crypto/conf/
conf_def.c
78
#define scan_esc(conf,p) (((
IS_EOF
((conf),(p)[1]))?((p)+1):((p)+2)))
311
if (
IS_EOF
(conf,*s)) continue; /* blank line */
368
while (!
IS_EOF
(conf,*p))
496
if (
IS_EOF
(conf,*p))
520
while (!
IS_EOF
(conf,*from) && (*from != q))
525
if (
IS_EOF
(conf,*from)) break;
535
while (!
IS_EOF
(conf,*from))
556
if (
IS_EOF
(conf,v)) break;
563
else if (
IS_EOF
(conf,*from))
651
while (IS_WS(conf,*p) && (!
IS_EOF
(conf,*p))
[
all
...]
conf_def.h
84
#define
IS_EOF
(c,a) (KEYTYPES(c)[(a)&0xff]&CONF_EOF)
99
#define
IS_EOF
(c,a) (KEYTYPES(c)[os_toascii[a]&0xff]&CONF_EOF)
Completed in 20 milliseconds