Searched refs:IS_DQUOTE (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/conf/ |
H A D | conf_def.h | 39 #define IS_DQUOTE(conf,c) is_keytype(conf, c, CONF_DQUOTE) macro
|
H A D | conf_def.c | 632 if (IS_DQUOTE(conf, *p)) { in clear_comments() 678 } else if (IS_DQUOTE(conf, *from)) { in str_copy()
|
/third_party/openssl/crypto/conf/ |
H A D | conf_def.h | 39 #define IS_DQUOTE(conf,c) is_keytype(conf, c, CONF_DQUOTE) macro
|
H A D | conf_def.c | 632 if (IS_DQUOTE(conf, *p)) { in clear_comments() 678 } else if (IS_DQUOTE(conf, *from)) { in str_copy()
|
Completed in 4 milliseconds