Searched refs:htmlDoRead (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | HTMLparser.c | 6886 htmlDoRead(htmlParserCtxtPtr ctxt, const char *URL, const char *encoding, in htmlDoRead() function 6943 return (htmlDoRead(ctxt, URL, encoding, options, 0)); in htmlReadDoc() 6965 return (htmlDoRead(ctxt, NULL, NULL, options, 0)); in htmlReadFile() 6992 return (htmlDoRead(ctxt, URL, encoding, options, 0)); in htmlReadMemory() 7033 return (htmlDoRead(ctxt, URL, encoding, options, 0)); in htmlReadFd() 7080 return (htmlDoRead(ctxt, URL, encoding, options, 0)); in htmlReadIO() 7115 return (htmlDoRead(ctxt, URL, encoding, options, 1)); in htmlCtxtReadDoc() 7149 return (htmlDoRead(ctxt, NULL, encoding, options, 1)); in htmlCtxtReadFile() 7193 return (htmlDoRead(ctxt, URL, encoding, options, 1)); in htmlCtxtReadMemory() 7234 return (htmlDoRead(ctxt, URL, encoding, options, 1)); in htmlCtxtReadFd() [all …]
|