Searched refs:IS_XMLPGD_SEP (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A DxmlIO.c3582 # define IS_XMLPGD_SEP(ch) ((ch=='/')||(ch=='\\')) macro
3584 # define IS_XMLPGD_SEP(ch) (ch=='/')
3591 if (IS_XMLPGD_SEP(*cur)) break;
3594 if (IS_XMLPGD_SEP(*cur)) {
3605 #undef IS_XMLPGD_SEP macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A DxmlIO.c3582 # define IS_XMLPGD_SEP(ch) ((ch=='/')||(ch=='\\')) macro
3584 # define IS_XMLPGD_SEP(ch) (ch=='/')
3591 if (IS_XMLPGD_SEP(*cur)) break;
3594 if (IS_XMLPGD_SEP(*cur)) {
3605 #undef IS_XMLPGD_SEP macro

Completed in 143 milliseconds