Searched refs:xmlAddDtdEntity (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dentities.in.h86 xmlAddDtdEntity (xmlDocPtr doc,
H A Dentities.c268 * xmlAddDtdEntity:
281 xmlAddDtdEntity(xmlDocPtr doc, const xmlChar *name, int type, function
289 "xmlAddDtdEntity: document is NULL");
294 "xmlAddDtdEntity: document without external subset");
H A DSAX2.c658 ent = xmlAddDtdEntity(ctxt->myDoc, name, type, publicId,
894 ent = xmlAddDtdEntity(ctxt->myDoc, name,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dentities.h96 xmlAddDtdEntity (xmlDocPtr doc,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dentities.in.h86 xmlAddDtdEntity (xmlDocPtr doc,
H A Dentities.c268 * xmlAddDtdEntity:
281 xmlAddDtdEntity(xmlDocPtr doc, const xmlChar *name, int type, function
289 "xmlAddDtdEntity: document is NULL");
294 "xmlAddDtdEntity: document without external subset");
H A DSAX2.c658 ent = xmlAddDtdEntity(ctxt->myDoc, name, type, publicId,
894 ent = xmlAddDtdEntity(ctxt->myDoc, name,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Dentities.c286 * xmlAddDtdEntity:
299 xmlAddDtdEntity(xmlDocPtr doc, const xmlChar *name, int type, function
307 "xmlAddDtdEntity: document is NULL");
312 "xmlAddDtdEntity: document without external subset");
H A DSAX2.c659 ent = xmlAddDtdEntity(ctxt->myDoc, name, type, publicId,
895 ent = xmlAddDtdEntity(ctxt->myDoc, name,
H A Delfgcchack.h1005 #undef xmlAddDtdEntity macro
1006 extern __typeof (xmlAddDtdEntity) xmlAddDtdEntity __attribute((alias("xmlAddDtdEntity__internal_alias")));
1008 #ifndef xmlAddDtdEntity
1009 extern __typeof (xmlAddDtdEntity) xmlAddDtdEntity__internal_alias __attribute((visibility("hidden")));
1010 #define xmlAddDtdEntity xmlAddDtdEntity__internal_alias macro
H A Dtestapi.c9194 ret_val = xmlAddDtdEntity(doc, (const xmlChar *)name, type, (const xmlChar *)ExternalID, (const xmlChar *)SystemID, (const xmlChar *)content);
9205 printf("Leak of %d blocks found in xmlAddDtdEntity",
[all...]

Completed in 404 milliseconds