Searched refs:IS_ESC (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/conf/
H A Dconf_def.c300 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))
666 if (IS_ESC(conf,*p))
684 if (IS_ESC(conf,*p))
H A 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
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/conf/
H A Dconf_def.c300 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))
H A 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

Completed in 97 milliseconds