Home
last modified time | relevance | path

Searched refs:IS_DQUOTE (Results 1 – 2 of 2) sorted by relevance

/external/boringssl/src/crypto/conf/
Dconf_def.h91 #define IS_DQUOTE(c,a) (KEYTYPES(c)[(a)&0xff]&CONF_DQUOTE) macro
Dconf.c232 } else if (IS_DQUOTE(conf, *from)) { in str_copy()
496 if (IS_DQUOTE(conf, *p)) { in clear_comments()