Home
last modified time | relevance | path

Searched refs:xmlCopyEntity (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/libxml/src/
Dentities.c827 xmlCopyEntity(xmlEntityPtr ent) { in xmlCopyEntity() function
864 return(xmlHashCopy(table, (xmlHashCopier) xmlCopyEntity)); in xmlCopyEntitiesTable()
DChangeLog14735 * entities.c: Anthony Jones pointed a bug in xmlCopyEntity()
/external/libxml2/
Dentities.c910 xmlCopyEntity(xmlEntityPtr ent) { in xmlCopyEntity() function
947 return(xmlHashCopy(table, (xmlHashCopier) xmlCopyEntity)); in xmlCopyEntitiesTable()