Searched refs:xmlMemSetup (Results 1 - 13 of 13) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlmemory.in.h104 xmlMemSetup (xmlFreeFunc freeFunc,
H A Dxmlmemory.c907 * xmlMemSetup:
922 xmlMemSetup(xmlFreeFunc freeFunc, xmlMallocFunc mallocFunc, function
926 "xmlMemSetup()\n");
943 "xmlMemSetup() Ok\n");
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dxmlmemory.h104 xmlMemSetup (xmlFreeFunc freeFunc,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlmemory.in.h104 xmlMemSetup (xmlFreeFunc freeFunc,
H A Dxmlmemory.c907 * xmlMemSetup:
922 xmlMemSetup(xmlFreeFunc freeFunc, xmlMallocFunc mallocFunc, function
926 "xmlMemSetup()\n");
943 "xmlMemSetup() Ok\n");
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Drunxmlconf.c169 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup);
H A Dtestrecurse.c582 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup);
H A Dxmlmemory.c983 * xmlMemSetup:
998 xmlMemSetup(xmlFreeFunc freeFunc, xmlMallocFunc mallocFunc, function
1002 "xmlMemSetup()\n");
1019 "xmlMemSetup() Ok\n");
H A Drunsuite.c224 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup);
H A Druntest.c535 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup);
H A Dxmllint.c3175 xmlMemSetup(myFreeFunc, myMallocFunc, myReallocFunc,
H A Delfgcchack.h5205 #undef xmlMemSetup macro
5206 extern __typeof (xmlMemSetup) xmlMemSetup __attribute((alias("xmlMemSetup__internal_alias")));
5208 #ifndef xmlMemSetup
5209 extern __typeof (xmlMemSetup) xmlMemSetup__internal_alias __attribute((visibility("hidden")));
5210 #define xmlMemSetup xmlMemSetup__internal_alias macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/python/
H A Dlibxml.c147 ret = (long) xmlMemSetup(xmlMemFree, xmlMemMalloc,

Completed in 224 milliseconds