Searched refs:xmlMemoryStrdup (Results 1 - 16 of 16) 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.h157 xmlMemoryStrdup (const char *str);
H A Dglobals.c85 xmlStrdupFunc xmlMemStrdup = (xmlStrdupFunc) xmlMemoryStrdup;
523 gs->xmlMemStrdup = (xmlStrdupFunc) xmlMemoryStrdup;
H A Dxmlmemory.c529 * xmlMemoryStrdup:
538 xmlMemoryStrdup(const char *str) { function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dxmlmemory.h159 xmlMemoryStrdup (const char *str);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlmemory.in.h157 xmlMemoryStrdup (const char *str);
H A Dglobals.c85 xmlStrdupFunc xmlMemStrdup = (xmlStrdupFunc) xmlMemoryStrdup;
523 gs->xmlMemStrdup = (xmlStrdupFunc) xmlMemoryStrdup;
H A Dxmlmemory.c529 * xmlMemoryStrdup:
538 xmlMemoryStrdup(const char *str) { function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Dglobals.c86 xmlStrdupFunc xmlMemStrdup = (xmlStrdupFunc) xmlMemoryStrdup;
524 gs->xmlMemStrdup = (xmlStrdupFunc) xmlMemoryStrdup;
H A Drunxmlconf.c169 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup);
H A Dtestrecurse.c582 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup);
H A Dxmlmemory.c532 * xmlMemoryStrdup:
541 xmlMemoryStrdup(const char *str) { function
H A Drunsuite.c224 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup);
H A Druntest.c535 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup);
H A Dxmllint.c383 ret = xmlMemoryStrdup(str);
H A Delfgcchack.h5255 #undef xmlMemoryStrdup macro
5256 extern __typeof (xmlMemoryStrdup) xmlMemoryStrdup __attribute((alias("xmlMemoryStrdup__internal_alias")));
5258 #ifndef xmlMemoryStrdup
5259 extern __typeof (xmlMemoryStrdup) xmlMemoryStrdup__internal_alias __attribute((visibility("hidden")));
5260 #define xmlMemoryStrdup xmlMemoryStrdup__internal_alias macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/python/
H A Dlibxml.c84 extern char *xmlMemoryStrdup(const char *str);
138 (strdupFunc == xmlMemoryStrdup)) {
148 xmlMemRealloc, xmlMemoryStrdup);

Completed in 282 milliseconds