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

/netgear-R7000-V1.0.7.12_1.2.5/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
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/conf/
H A Dconf_def.c289 if (IS_ESC(conf, p[0]) && ((bufnum <= 1) || !IS_ESC(conf, p[-1]))) {
463 if (IS_ESC(conf, *p)) {
492 if (IS_ESC(conf, *from)) {
516 } else if (IS_ESC(conf, *from)) {
633 if (IS_ESC(conf, *p)) {
649 if (IS_ESC(conf, *p)) {
H A Dconf_def.h87 # define IS_ESC(c,a) (KEYTYPES(c)[(a)&0xff]&CONF_ESC) macro
102 # define IS_ESC(c,a) (KEYTYPES(c)[os_toascii[a]&0xff]&CONF_ESC) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/conf/
H A Dconf_def.c289 if (IS_ESC(conf, p[0]) && ((bufnum <= 1) || !IS_ESC(conf, p[-1]))) {
463 if (IS_ESC(conf, *p)) {
492 if (IS_ESC(conf, *from)) {
516 } else if (IS_ESC(conf, *from)) {
633 if (IS_ESC(conf, *p)) {
649 if (IS_ESC(conf, *p)) {
H A Dconf_def.h87 # define IS_ESC(c,a) (KEYTYPES(c)[(a)&0xff]&CONF_ESC) macro
102 # define IS_ESC(c,a) (KEYTYPES(c)[os_toascii[a]&0xff]&CONF_ESC) macro

Completed in 102 milliseconds