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

/external/libxml2/
H A DHTMLparser.c5979 * htmlDoRead:
5991 htmlDoRead(htmlParserCtxtPtr ctxt, const char *URL, const char *encoding, function
6048 return (htmlDoRead(ctxt, URL, encoding, options, 0));
6070 return (htmlDoRead(ctxt, NULL, NULL, options, 0));
6097 return (htmlDoRead(ctxt, URL, encoding, options, 0));
6137 return (htmlDoRead(ctxt, URL, encoding, options, 0));
6181 return (htmlDoRead(ctxt, URL, encoding, options, 0));
6215 return (htmlDoRead(ctxt, URL, encoding, options, 1));
6248 return (htmlDoRead(ctxt, NULL, encoding, options, 1));
6291 return (htmlDoRead(ctx
[all...]

Completed in 20 milliseconds