Searched defs:xmlXzfileOpen_real (Results 1 - 1 of 1) sorted by relevance

/external/libxml2/
H A DxmlIO.c1353 xmlXzfileOpen_real (const char *filename) { function
1385 * Wrapper around xmlXzfileOpen_real that try it with an unescaped
1395 retval = xmlXzfileOpen_real(filename);
1399 retval = xmlXzfileOpen_real(unescaped);

Completed in 291 milliseconds