Searched refs:IS_ESC (Results 1 – 4 of 4) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/conf/ |
D | conf_def.c | 341 if (IS_ESC(conf, p[0]) && ((bufnum <= 1) || !IS_ESC(conf, p[-1]))) { in def_load_bio() 640 if (IS_ESC(conf, *p)) { in clear_comments() 669 if (IS_ESC(conf, *from)) { in str_copy() 693 } else if (IS_ESC(conf, *from)) { in str_copy() 951 if (IS_ESC(conf, *p)) { in eat_alpha_numeric() 968 if (IS_ESC(conf, *p)) { in scan_quote()
|
D | conf_def.h | 33 #define IS_ESC(conf,c) is_keytype(conf, c, CONF_ESC) macro
|
/third_party/openssl/crypto/conf/ |
D | conf_def.c | 341 if (IS_ESC(conf, p[0]) && ((bufnum <= 1) || !IS_ESC(conf, p[-1]))) { in def_load_bio() 640 if (IS_ESC(conf, *p)) { in clear_comments() 669 if (IS_ESC(conf, *from)) { in str_copy() 693 } else if (IS_ESC(conf, *from)) { in str_copy() 951 if (IS_ESC(conf, *p)) { in eat_alpha_numeric() 968 if (IS_ESC(conf, *p)) { in scan_quote()
|
D | conf_def.h | 33 #define IS_ESC(conf,c) is_keytype(conf, c, CONF_ESC) macro
|