Searched refs:xmlReaderForMemory (Results 1 – 11 of 11) sorted by relevance
/external/libxml2/fuzz/ |
D | xml.c | 85 reader = xmlReaderForMemory(docBuffer, docSize, NULL, NULL, opts); in LLVMFuzzerTestOneInput()
|
/external/libabigail/src/ |
D | abg-libxml-utils.cc | 70 build_sptr(xmlReaderForMemory(buffer.c_str(), in new_reader_from_buffer()
|
/external/libxml2/include/libxml/ |
D | xmlreader.h | 333 xmlReaderForMemory (const char *buffer,
|
/external/libxml2/os400/libxmlrpg/ |
D | xmlreader.rpgle | 542 d xmlReaderForMemory... 543 d pr extproc('xmlReaderForMemory')
|
/external/libxml2/ |
D | libxml2.syms | 1694 xmlReaderForMemory;
|
D | elfgcchack.h | 8128 #undef xmlReaderForMemory 8129 extern __typeof (xmlReaderForMemory) xmlReaderForMemory __attribute((alias("xmlReaderForMemory__int… 8131 #ifndef xmlReaderForMemory 8132 extern __typeof (xmlReaderForMemory) xmlReaderForMemory__internal_alias __attribute((visibility("hi… 8133 #define xmlReaderForMemory xmlReaderForMemory__internal_alias macro
|
D | xmlreader.c | 5468 return (xmlReaderForMemory in xmlReaderForDoc() 5509 xmlReaderForMemory(const char *buffer, int size, const char *URL, in xmlReaderForMemory() function
|
D | xmllint.c | 1839 reader = xmlReaderForMemory(base, info.st_size, filename, in streamFile()
|
D | runtest.c | 2326 reader = xmlReaderForMemory(base, size, filename, NULL, options); in streamMemParseTest()
|
D | testapi.c | 30364 … ret_val = xmlReaderForMemory((const char *)buffer, size, URL, (const char *)encoding, options); in test_xmlReaderForMemory()
|
/external/libxml2/win32/ |
D | libxml2.def.src | 1427 xmlReaderForMemory
|