Home
last modified time | relevance | path

Searched refs:IS_ESC (Results 1 – 5 of 5) sorted by relevance

/external/openssl/crypto/conf/
Dconf_def.c298 if (IS_ESC(conf,p[0]) && in def_load_bio()
299 ((bufnum <= 1) || !IS_ESC(conf,p[-1]))) in def_load_bio()
491 if (IS_ESC(conf,*p)) in clear_comments()
522 if (IS_ESC(conf,*from)) in str_copy()
552 else if (IS_ESC(conf,*from)) in str_copy()
660 if (IS_ESC(conf,*p)) in eat_alpha_numeric()
678 if (IS_ESC(conf,*p)) in scan_quote()
Dconf_def.h85 #define IS_ESC(c,a) (KEYTYPES(c)[(a)&0xff]&CONF_ESC) macro
100 #define IS_ESC(c,a) (KEYTYPES(c)[os_toascii[a]&0xff]&CONF_ESC) macro
/external/chromium_org/third_party/openssl/openssl/crypto/conf/
Dconf_def.c298 if (IS_ESC(conf,p[0]) && in def_load_bio()
299 ((bufnum <= 1) || !IS_ESC(conf,p[-1]))) in def_load_bio()
491 if (IS_ESC(conf,*p)) in clear_comments()
522 if (IS_ESC(conf,*from)) in str_copy()
552 else if (IS_ESC(conf,*from)) in str_copy()
660 if (IS_ESC(conf,*p)) in eat_alpha_numeric()
678 if (IS_ESC(conf,*p)) in scan_quote()
Dconf_def.h85 #define IS_ESC(c,a) (KEYTYPES(c)[(a)&0xff]&CONF_ESC) macro
100 #define IS_ESC(c,a) (KEYTYPES(c)[os_toascii[a]&0xff]&CONF_ESC) macro
/external/qemu/
Dreadline.c28 #define IS_ESC 1 macro
377 rs->esc_state = IS_ESC; in readline_handle_byte()
393 case IS_ESC: in readline_handle_byte()