Home
last modified time | relevance | path

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

/external/libxml2/
DHTMLparser.c6564 htmlDoRead(htmlParserCtxtPtr ctxt, const char *URL, const char *encoding, in htmlDoRead() function
6621 return (htmlDoRead(ctxt, URL, encoding, options, 0)); in htmlReadDoc()
6643 return (htmlDoRead(ctxt, NULL, NULL, options, 0)); in htmlReadFile()
6670 return (htmlDoRead(ctxt, URL, encoding, options, 0)); in htmlReadMemory()
6710 return (htmlDoRead(ctxt, URL, encoding, options, 0)); in htmlReadFd()
6754 return (htmlDoRead(ctxt, URL, encoding, options, 0)); in htmlReadIO()
6788 return (htmlDoRead(ctxt, URL, encoding, options, 1)); in htmlCtxtReadDoc()
6821 return (htmlDoRead(ctxt, NULL, encoding, options, 1)); in htmlCtxtReadFile()
6864 return (htmlDoRead(ctxt, URL, encoding, options, 1)); in htmlCtxtReadMemory()
6904 return (htmlDoRead(ctxt, URL, encoding, options, 1)); in htmlCtxtReadFd()
[all …]