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

  /external/openssl/crypto/conf/
conf_def.c 300 if (IS_ESC(conf,p[0]) &&
301 ((bufnum <= 1) || !IS_ESC(conf,p[-1])))
502 if (IS_ESC(conf,*p))
533 if (IS_ESC(conf,*from))
563 else if (IS_ESC(conf,*from))
671 if (IS_ESC(conf,*p))
689 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)