Home
last modified time | relevance | path

Searched refs:xmlCopyEntitiesTable (Results 1 – 4 of 4) sorted by relevance

/external/libxml2/include/libxml/
Dentities.h128 xmlCopyEntitiesTable (xmlEntitiesTablePtr table);
/external/libxml2/
Dentities.c863 xmlCopyEntitiesTable(xmlEntitiesTablePtr table) { in xmlCopyEntitiesTable() function
Delfgcchack.h2222 #undef xmlCopyEntitiesTable
2223 extern __typeof (xmlCopyEntitiesTable) xmlCopyEntitiesTable __attribute((alias("xmlCopyEntitiesTabl…
2225 #ifndef xmlCopyEntitiesTable
2226 extern __typeof (xmlCopyEntitiesTable) xmlCopyEntitiesTable__internal_alias __attribute((visibility…
2227 #define xmlCopyEntitiesTable xmlCopyEntitiesTable__internal_alias macro
Dtree.c4367 ret->entities = (void *) xmlCopyEntitiesTable( in xmlCopyDtd()
4379 ret->pentities = (void *) xmlCopyEntitiesTable( in xmlCopyDtd()