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

Function xmlCreateEntitiesTable

ThirdParty/libxml2/vtklibxml2/entities.c:824–827  ·  view source on GitHub ↗

* xmlCreateEntitiesTable: * * create and initialize an empty entities hash table. * This really doesn't make sense and should be deprecated * * Returns the xmlEntitiesTablePtr just created or NULL in case of error. */

Source from the content-addressed store, hash-verified

822 * Returns the xmlEntitiesTablePtr just created or NULL in case of error.
823 */
824xmlEntitiesTablePtr
825xmlCreateEntitiesTable(void) {
826 return((xmlEntitiesTablePtr) xmlHashCreate(0));
827}
828
829/**
830 * xmlFreeEntityWrapper:

Callers

nothing calls this directly

Calls 1

xmlHashCreateFunction · 0.85

Tested by

no test coverage detected