Home
last modified time | relevance | path

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

/external/libxml2/
DxmlIO.c3582 # define IS_XMLPGD_SEP(ch) ((ch=='/')||(ch=='\\')) in xmlParserGetDirectory() macro
3584 # define IS_XMLPGD_SEP(ch) (ch=='/') in xmlParserGetDirectory() macro
3591 if (IS_XMLPGD_SEP(*cur)) break; in xmlParserGetDirectory()
3594 if (IS_XMLPGD_SEP(*cur)) { in xmlParserGetDirectory()
3605 #undef IS_XMLPGD_SEP in xmlParserGetDirectory()