Home
last modified time | relevance | path

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

/external/libxml2/
DHTMLparser.c6686 htmlDoRead(htmlParserCtxtPtr ctxt, const char *URL, const char *encoding, in htmlDoRead() function
6743 return (htmlDoRead(ctxt, URL, encoding, options, 0)); in htmlReadDoc()
6765 return (htmlDoRead(ctxt, NULL, NULL, options, 0)); in htmlReadFile()
6792 return (htmlDoRead(ctxt, URL, encoding, options, 0)); in htmlReadMemory()
6833 return (htmlDoRead(ctxt, URL, encoding, options, 0)); in htmlReadFd()
6880 return (htmlDoRead(ctxt, URL, encoding, options, 0)); in htmlReadIO()
6915 return (htmlDoRead(ctxt, URL, encoding, options, 1)); in htmlCtxtReadDoc()
6949 return (htmlDoRead(ctxt, NULL, encoding, options, 1)); in htmlCtxtReadFile()
6993 return (htmlDoRead(ctxt, URL, encoding, options, 1)); in htmlCtxtReadMemory()
7034 return (htmlDoRead(ctxt, URL, encoding, options, 1)); in htmlCtxtReadFd()
[all …]