Searched refs:xmlDoRead (Results 1 – 2 of 2) sorted by relevance
/external/libxml2/ |
D | parser.c | 15151 xmlDoRead(xmlParserCtxtPtr ctxt, const char *URL, const char *encoding, in xmlDoRead() function 15207 return (xmlDoRead(ctxt, URL, encoding, options, 0)); in xmlReadDoc() 15229 return (xmlDoRead(ctxt, NULL, encoding, options, 0)); in xmlReadFile() 15253 return (xmlDoRead(ctxt, URL, encoding, options, 0)); in xmlReadMemory() 15296 return (xmlDoRead(ctxt, URL, encoding, options, 0)); in xmlReadFd() 15343 return (xmlDoRead(ctxt, URL, encoding, options, 0)); in xmlReadIO() 15378 return (xmlDoRead(ctxt, URL, encoding, options, 1)); in xmlCtxtReadDoc() 15412 return (xmlDoRead(ctxt, NULL, encoding, options, 1)); in xmlCtxtReadFile() 15456 return (xmlDoRead(ctxt, URL, encoding, options, 1)); in xmlCtxtReadMemory() 15500 return (xmlDoRead(ctxt, URL, encoding, options, 1)); in xmlCtxtReadFd() [all …]
|
D | ChangeLog | 9387 * parser.c: William's change allowed to spot a nasty bug in xmlDoRead
|