Searched refs:IS_EOF (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/conf/ |
H A D | conf_def.c | 53 #define scan_esc(conf,p) (((IS_EOF((conf),(p)[1]))?((p)+1):((p)+2))) 353 if (IS_EOF(conf, *s)) in def_load_bio() 644 if (IS_EOF(conf, *p)) in clear_comments() 668 while (!IS_EOF(conf, *from) && (*from != q)) { in str_copy() 671 if (IS_EOF(conf, *from)) in str_copy() 681 while (!IS_EOF(conf, *from)) { in str_copy() 696 if (IS_EOF(conf, v)) in str_copy() 707 } else if (IS_EOF(conf, *from)) in str_copy() 930 while (IS_WS(conf, *p) && (!IS_EOF(conf, *p))) in eat_ws() 939 while (!IS_EOF(con in trim_ws() [all...] |
H A D | conf_def.h | 32 #define IS_EOF(conf,c) is_keytype(conf, c, CONF_EOF) macro
|
/third_party/openssl/crypto/conf/ |
H A D | conf_def.c | 53 #define scan_esc(conf,p) (((IS_EOF((conf),(p)[1]))?((p)+1):((p)+2))) 353 if (IS_EOF(conf, *s)) in def_load_bio() 644 if (IS_EOF(conf, *p)) in clear_comments() 668 while (!IS_EOF(conf, *from) && (*from != q)) { in str_copy() 671 if (IS_EOF(conf, *from)) in str_copy() 681 while (!IS_EOF(conf, *from)) { in str_copy() 696 if (IS_EOF(conf, v)) in str_copy() 707 } else if (IS_EOF(conf, *from)) in str_copy() 930 while (IS_WS(conf, *p) && (!IS_EOF(conf, *p))) in eat_ws() 939 while (!IS_EOF(con in trim_ws() [all...] |
H A D | conf_def.h | 32 #define IS_EOF(conf,c) is_keytype(conf, c, CONF_EOF) macro
|
Completed in 4 milliseconds