Searched refs:IS_XMLPGD_SEP (Results 1 – 1 of 1) sorted by relevance
3582 # define IS_XMLPGD_SEP(ch) ((ch=='/')||(ch=='\\')) in xmlParserGetDirectory() macro3584 # define IS_XMLPGD_SEP(ch) (ch=='/') in xmlParserGetDirectory() macro3591 if (IS_XMLPGD_SEP(*cur)) break; in xmlParserGetDirectory()3594 if (IS_XMLPGD_SEP(*cur)) { in xmlParserGetDirectory()3605 #undef IS_XMLPGD_SEP in xmlParserGetDirectory()