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

/macosx-10.10/libxml2-26/libxml2/
H A Dentities.c902 * xmlCopyEntity:
910 xmlCopyEntity(xmlEntityPtr ent) { function
915 xmlEntitiesErrMemory("xmlCopyEntity:: malloc failed");
947 return(xmlHashCopy(table, (xmlHashCopier) xmlCopyEntity));
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dentities.c819 * xmlCopyEntity:
827 xmlCopyEntity(xmlEntityPtr ent) { function
832 xmlEntitiesErrMemory("xmlCopyEntity:: malloc failed");
864 return(xmlHashCopy(table, (xmlHashCopier) xmlCopyEntity));

Completed in 137 milliseconds