Searched refs:IS_EOF (Results 1 – 2 of 2) sorted by relevance
/openssl-master/crypto/conf/ |
A D | conf_def.c | 350 if (IS_EOF(conf, *s)) in def_load_bio() 627 if (IS_EOF(conf, *p)) in clear_comments() 654 if (IS_EOF(conf, *from)) in str_copy() 664 while (!IS_EOF(conf, *from)) { in str_copy() 679 if (IS_EOF(conf, v)) in str_copy() 690 } else if (IS_EOF(conf, *from)) in str_copy() 911 while (IS_WS(conf, *p) && (!IS_EOF(conf, *p))) in eat_ws() 920 while (!IS_EOF(conf, *p)) in trim_ws() 948 while (!(IS_EOF(conf, *p)) && (*p != q)) { in scan_quote() 951 if (IS_EOF(conf, *p)) in scan_quote() [all …]
|
A D | conf_def.h | 32 #define IS_EOF(conf,c) is_keytype(conf, c, CONF_EOF) macro
|
Completed in 5 milliseconds