Searched refs:xmlAddEntity (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/libxml2-26/libxml2/
H A Dentities.c200 * xmlAddEntity : register a new entity for an entities table.
203 xmlAddEntity(xmlDtdPtr dtd, const xmlChar *name, int type, function
318 ret = xmlAddEntity(dtd, name, type, ExternalID, SystemID, content);
367 ret = xmlAddEntity(dtd, name, type, ExternalID, SystemID, content);
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dentities.c198 * xmlAddEntity : register a new entity for an entities table.
201 xmlAddEntity(xmlDtdPtr dtd, const xmlChar *name, int type, function
316 ret = xmlAddEntity(dtd, name, type, ExternalID, SystemID, content);
365 ret = xmlAddEntity(dtd, name, type, ExternalID, SystemID, content);

Completed in 67 milliseconds