Lines Matching refs:xmlDoRead
15151 xmlDoRead(xmlParserCtxtPtr ctxt, const char *URL, const char *encoding, in xmlDoRead() function
15207 return (xmlDoRead(ctxt, URL, encoding, options, 0)); in xmlReadDoc()
15229 return (xmlDoRead(ctxt, NULL, encoding, options, 0)); in xmlReadFile()
15253 return (xmlDoRead(ctxt, URL, encoding, options, 0)); in xmlReadMemory()
15296 return (xmlDoRead(ctxt, URL, encoding, options, 0)); in xmlReadFd()
15343 return (xmlDoRead(ctxt, URL, encoding, options, 0)); in xmlReadIO()
15378 return (xmlDoRead(ctxt, URL, encoding, options, 1)); in xmlCtxtReadDoc()
15412 return (xmlDoRead(ctxt, NULL, encoding, options, 1)); in xmlCtxtReadFile()
15456 return (xmlDoRead(ctxt, URL, encoding, options, 1)); in xmlCtxtReadMemory()
15500 return (xmlDoRead(ctxt, URL, encoding, options, 1)); in xmlCtxtReadFd()
15548 return (xmlDoRead(ctxt, URL, encoding, options, 1)); in xmlCtxtReadIO()