Searched refs:IS_ESC (Results 1 – 2 of 2) sorted by relevance
/openssl/crypto/conf/ |
H A D | conf_def.c | 339 if (IS_ESC(conf, p[0]) && ((bufnum <= 1) || !IS_ESC(conf, p[-1]))) { in def_load_bio() 631 if (IS_ESC(conf, *p)) { in clear_comments() 660 if (IS_ESC(conf, *from)) { in str_copy() 684 } else if (IS_ESC(conf, *from)) { in str_copy() 940 if (IS_ESC(conf, *p)) { in eat_alpha_numeric() 957 if (IS_ESC(conf, *p)) { in scan_quote()
|
H A D | conf_def.h | 33 #define IS_ESC(conf,c) is_keytype(conf, c, CONF_ESC) macro
|
Completed in 9 milliseconds