Searched refs:htmlDoRead (Results 1 – 2 of 2) sorted by relevance
/external/libxml2/ |
D | HTMLparser.c | 6564 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 …]
|
/external/chromium_org/third_party/libxml/src/ |
D | HTMLparser.c | 6550 htmlDoRead(htmlParserCtxtPtr ctxt, const char *URL, const char *encoding, in htmlDoRead() function 6607 return (htmlDoRead(ctxt, URL, encoding, options, 0)); in htmlReadDoc() 6629 return (htmlDoRead(ctxt, NULL, NULL, options, 0)); in htmlReadFile() 6656 return (htmlDoRead(ctxt, URL, encoding, options, 0)); in htmlReadMemory() 6696 return (htmlDoRead(ctxt, URL, encoding, options, 0)); in htmlReadFd() 6740 return (htmlDoRead(ctxt, URL, encoding, options, 0)); in htmlReadIO() 6774 return (htmlDoRead(ctxt, URL, encoding, options, 1)); in htmlCtxtReadDoc() 6807 return (htmlDoRead(ctxt, NULL, encoding, options, 1)); in htmlCtxtReadFile() 6850 return (htmlDoRead(ctxt, URL, encoding, options, 1)); in htmlCtxtReadMemory() 6890 return (htmlDoRead(ctxt, URL, encoding, options, 1)); in htmlCtxtReadFd() [all …]
|