Searched refs:xmlReaderForMemory (Results 1 – 9 of 9) sorted by relevance
/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 | xmlreader.c | 5395 return (xmlReaderForMemory in xmlReaderForDoc() 5436 xmlReaderForMemory(const char *buffer, int size, const char *URL, in xmlReaderForMemory() function
|
D | elfgcchack.h | 8118 #undef xmlReaderForMemory 8119 extern __typeof (xmlReaderForMemory) xmlReaderForMemory __attribute((alias("xmlReaderForMemory__int… 8121 #ifndef xmlReaderForMemory 8122 extern __typeof (xmlReaderForMemory) xmlReaderForMemory__internal_alias __attribute((visibility("hi… 8123 #define xmlReaderForMemory xmlReaderForMemory__internal_alias macro
|
D | xmllint.c | 1833 reader = xmlReaderForMemory(base, info.st_size, filename, in streamFile()
|
D | runtest.c | 2323 reader = xmlReaderForMemory(base, size, filename, NULL, options); in streamMemParseTest()
|
D | testapi.c | 30363 … ret_val = xmlReaderForMemory((const char *)buffer, size, URL, (const char *)encoding, options); in test_xmlReaderForMemory()
|
/external/libxml2/win32/ |
D | libxml2.def.src | 1426 xmlReaderForMemory
|