HomeSort by relevance Sort by last modified time
    Searched refs:IS_ESC (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/boringssl/src/crypto/conf/
conf.c 204 if (IS_ESC(conf, *from)) {
231 } else if (IS_ESC(conf, *from)) {
402 if (IS_ESC(conf, *p)) {
418 if (IS_ESC(conf, *p)) {
478 if (IS_ESC(conf, *p)) {
562 if (IS_ESC(conf, p[0]) && ((bufnum <= 1) || !IS_ESC(conf, p[-1]))) {
conf_def.h 84 #define IS_ESC(c,a) (KEYTYPES(c)[(a)&0xff]&CONF_ESC)
  /external/openssl/crypto/conf/
conf_def.c 298 if (IS_ESC(conf,p[0]) &&
299 ((bufnum <= 1) || !IS_ESC(conf,p[-1])))
491 if (IS_ESC(conf,*p))
522 if (IS_ESC(conf,*from))
552 else if (IS_ESC(conf,*from))
660 if (IS_ESC(conf,*p))
678 if (IS_ESC(conf,*p))
conf_def.h 85 #define IS_ESC(c,a) (KEYTYPES(c)[(a)&0xff]&CONF_ESC)
100 #define IS_ESC(c,a) (KEYTYPES(c)[os_toascii[a]&0xff]&CONF_ESC)

Completed in 52 milliseconds