Searched refs:xmlDoRead (Results 1 – 2 of 2) sorted by relevance
/external/libxml2/ |
D | parser.c | 15180 xmlDoRead(xmlParserCtxtPtr ctxt, const char *URL, const char *encoding, in xmlDoRead() function 15236 return (xmlDoRead(ctxt, URL, encoding, options, 0)); in xmlReadDoc() 15258 return (xmlDoRead(ctxt, NULL, encoding, options, 0)); in xmlReadFile() 15282 return (xmlDoRead(ctxt, URL, encoding, options, 0)); in xmlReadMemory() 15325 return (xmlDoRead(ctxt, URL, encoding, options, 0)); in xmlReadFd() 15372 return (xmlDoRead(ctxt, URL, encoding, options, 0)); in xmlReadIO() 15407 return (xmlDoRead(ctxt, URL, encoding, options, 1)); in xmlCtxtReadDoc() 15441 return (xmlDoRead(ctxt, NULL, encoding, options, 1)); in xmlCtxtReadFile() 15485 return (xmlDoRead(ctxt, URL, encoding, options, 1)); in xmlCtxtReadMemory() 15529 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
|