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

/external/libxml2/
H A Dparser.c15362 * xmlDoRead:
15374 xmlDoRead(xmlParserCtxtPtr ctxt, const char *URL, const char *encoding, function
15430 return (xmlDoRead(ctxt, URL, encoding, options, 0));
15452 return (xmlDoRead(ctxt, NULL, encoding, options, 0));
15476 return (xmlDoRead(ctxt, URL, encoding, options, 0));
15519 return (xmlDoRead(ctxt, URL, encoding, options, 0));
15566 return (xmlDoRead(ctxt, URL, encoding, options, 0));
15601 return (xmlDoRead(ctxt, URL, encoding, options, 1));
15635 return (xmlDoRead(ctxt, NULL, encoding, options, 1));
15679 return (xmlDoRead(ctx
[all...]

Completed in 63 milliseconds