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

/macosx-10.10.1/libxml2-26/libxml2/
H A DxmlIO.c3796 # define IS_XMLPGD_SEP(ch) ((ch=='/')||(ch=='\\')) macro
3798 # define IS_XMLPGD_SEP(ch) (ch=='/')
3805 if (IS_XMLPGD_SEP(*cur)) break;
3808 if (IS_XMLPGD_SEP(*cur)) {
3819 #undef IS_XMLPGD_SEP macro
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A DxmlIO.c3635 # define IS_XMLPGD_SEP(ch) ((ch=='/')||(ch=='\\')) macro
3637 # define IS_XMLPGD_SEP(ch) (ch=='/')
3644 if (IS_XMLPGD_SEP(*cur)) break;
3647 if (IS_XMLPGD_SEP(*cur)) {
3658 #undef IS_XMLPGD_SEP macro

Completed in 90 milliseconds