Lines Matching refs:xmlDoRead
15180 xmlDoRead(xmlParserCtxtPtr ctxt, const char *URL, const char *encoding, in xmlDoRead() function
15236 return (xmlDoRead(ctxt, URL, encoding, options, 0)); in xmlReadDoc()
15258 return (xmlDoRead(ctxt, NULL, encoding, options, 0)); in xmlReadFile()
15282 return (xmlDoRead(ctxt, URL, encoding, options, 0)); in xmlReadMemory()
15325 return (xmlDoRead(ctxt, URL, encoding, options, 0)); in xmlReadFd()
15372 return (xmlDoRead(ctxt, URL, encoding, options, 0)); in xmlReadIO()
15407 return (xmlDoRead(ctxt, URL, encoding, options, 1)); in xmlCtxtReadDoc()
15441 return (xmlDoRead(ctxt, NULL, encoding, options, 1)); in xmlCtxtReadFile()
15485 return (xmlDoRead(ctxt, URL, encoding, options, 1)); in xmlCtxtReadMemory()
15529 return (xmlDoRead(ctxt, URL, encoding, options, 1)); in xmlCtxtReadFd()
15577 return (xmlDoRead(ctxt, URL, encoding, options, 1)); in xmlCtxtReadIO()