Searched refs:xmlAddDocEntity (Results 1 - 14 of 14) 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.h79 xmlAddDocEntity (xmlDocPtr doc,
H A Dentities.c317 * xmlAddDocEntity:
330 xmlAddDocEntity(xmlDocPtr doc, const xmlChar *name, int type, function
338 "xmlAddDocEntity: document is NULL");
343 "xmlAddDocEntity: document without internal subset");
H A DSAX2.c639 ent = xmlAddDocEntity(ctxt->myDoc, name, type, publicId,
874 ent = xmlAddDocEntity(ctxt->myDoc, name,
H A Dxinclude.c1263 ret = xmlAddDocEntity(doc, ent->name, ent->etype, ent->ExternalID,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dentities.h89 xmlAddDocEntity (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.h79 xmlAddDocEntity (xmlDocPtr doc,
H A Dentities.c317 * xmlAddDocEntity:
330 xmlAddDocEntity(xmlDocPtr doc, const xmlChar *name, int type, function
338 "xmlAddDocEntity: document is NULL");
343 "xmlAddDocEntity: document without internal subset");
H A DSAX2.c639 ent = xmlAddDocEntity(ctxt->myDoc, name, type, publicId,
874 ent = xmlAddDocEntity(ctxt->myDoc, name,
H A Dxinclude.c1263 ret = xmlAddDocEntity(doc, ent->name, ent->etype, ent->ExternalID,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Dentities.c335 * xmlAddDocEntity:
348 xmlAddDocEntity(xmlDocPtr doc, const xmlChar *name, int type, function
356 "xmlAddDocEntity: document is NULL");
361 "xmlAddDocEntity: document without internal subset");
392 * Create a new entity, this differs from xmlAddDocEntity() that if
408 return(xmlAddDocEntity(doc, name, type, ExternalID, SystemID, content));
H A DSAX2.c640 ent = xmlAddDocEntity(ctxt->myDoc, name, type, publicId,
875 ent = xmlAddDocEntity(ctxt->myDoc, name,
H A Dxinclude.c1276 ret = xmlAddDocEntity(doc, ent->name, ent->etype, ent->ExternalID,
H A Delfgcchack.h995 #undef xmlAddDocEntity macro
996 extern __typeof (xmlAddDocEntity) xmlAddDocEntity __attribute((alias("xmlAddDocEntity__internal_alias")));
998 #ifndef xmlAddDocEntity
999 extern __typeof (xmlAddDocEntity) xmlAddDocEntity__internal_alias __attribute((visibility("hidden")));
1000 #define xmlAddDocEntity xmlAddDocEntity__internal_alias macro
H A Dtestapi.c9127 ret_val = xmlAddDocEntity(doc, (const xmlChar *)name, type, (const xmlChar *)ExternalID, (const xmlChar *)SystemID, (const xmlChar *)content);
9138 printf("Leak of %d blocks found in xmlAddDocEntity",
[all...]

Completed in 717 milliseconds