MCPcopy Create free account
hub / github.com/Kitware/VTK / xmlCopyEntitiesTable

Function xmlCopyEntitiesTable

ThirdParty/libxml2/vtklibxml2/entities.c:919–922  ·  view source on GitHub ↗

* xmlCopyEntitiesTable: * @table: An entity table * * Build a copy of an entity table. * * Returns the new xmlEntitiesTablePtr or NULL in case of error. */

Source from the content-addressed store, hash-verified

917 * Returns the new xmlEntitiesTablePtr or NULL in case of error.
918 */
919xmlEntitiesTablePtr
920xmlCopyEntitiesTable(xmlEntitiesTablePtr table) {
921 return(xmlHashCopySafe(table, xmlCopyEntity, xmlFreeEntityWrapper));
922}
923#endif /* LIBXML_TREE_ENABLED */
924
925#ifdef LIBXML_OUTPUT_ENABLED

Callers 1

xmlCopyDtdFunction · 0.85

Calls 1

xmlHashCopySafeFunction · 0.85

Tested by

no test coverage detected