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

/vbox/src/libs/libxml2-2.6.31/
H A DHTMLparser.c5937 * htmlDoRead:
5949 htmlDoRead(htmlParserCtxtPtr ctxt, const char *URL, const char *encoding, function
6002 return (htmlDoRead(ctxt, URL, encoding, options, 0));
6024 return (htmlDoRead(ctxt, NULL, NULL, options, 0));
6051 return (htmlDoRead(ctxt, URL, encoding, options, 0));
6091 return (htmlDoRead(ctxt, URL, encoding, options, 0));
6135 return (htmlDoRead(ctxt, URL, encoding, options, 0));
6169 return (htmlDoRead(ctxt, URL, encoding, options, 1));
6202 return (htmlDoRead(ctxt, NULL, encoding, options, 1));
6245 return (htmlDoRead(ctx
[all...]

Completed in 42 milliseconds