Searched refs:IS_XMLPGD_SEP (Results 1 – 1 of 1) sorted by relevance
3827 # define IS_XMLPGD_SEP(ch) ((ch=='/')||(ch=='\\')) in xmlParserGetDirectory() macro3829 # define IS_XMLPGD_SEP(ch) (ch=='/') in xmlParserGetDirectory() macro3836 if (IS_XMLPGD_SEP(*cur)) break; in xmlParserGetDirectory()3839 if (IS_XMLPGD_SEP(*cur)) { in xmlParserGetDirectory()3850 #undef IS_XMLPGD_SEP in xmlParserGetDirectory()