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

/macosx-10.10.1/libxml2-26/libxml2/
H A DxmlIO.c880 * xmlFileOpen_real:
889 xmlFileOpen_real (const char *filename) { function
941 * Wrapper around xmlFileOpen_real that try it with an unescaped
951 retval = xmlFileOpen_real(filename);
955 retval = xmlFileOpen_real(unescaped);
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A DxmlIO.c866 * xmlFileOpen_real:
875 xmlFileOpen_real (const char *filename) { function
927 * Wrapper around xmlFileOpen_real that try it with an unescaped
937 retval = xmlFileOpen_real(filename);
941 retval = xmlFileOpen_real(unescaped);

Completed in 181 milliseconds