Searched refs:IS_EOF (Results 1 – 2 of 2) sorted by relevance
/openssl/crypto/conf/ |
H A D | conf_def.c | 351 if (IS_EOF(conf, *s)) in def_load_bio() 635 if (IS_EOF(conf, *p)) in clear_comments() 662 if (IS_EOF(conf, *from)) in str_copy() 672 while (!IS_EOF(conf, *from)) { in str_copy() 687 if (IS_EOF(conf, v)) in str_copy() 698 } else if (IS_EOF(conf, *from)) in str_copy() 919 while (IS_WS(conf, *p) && (!IS_EOF(conf, *p))) in eat_ws() 928 while (!IS_EOF(conf, *p)) in trim_ws() 956 while (!(IS_EOF(conf, *p)) && (*p != q)) { in scan_quote() 959 if (IS_EOF(conf, *p)) in scan_quote() [all …]
|
H A D | conf_def.h | 32 #define IS_EOF(conf,c) is_keytype(conf, c, CONF_EOF) macro
|
Completed in 6 milliseconds