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

Function xmlDumpEntityDeclScan

ThirdParty/libxml2/vtklibxml2/entities.c:954–958  ·  view source on GitHub ↗

* xmlDumpEntityDeclScan: * @ent: An entity table * @buf: An XML buffer. * * When using the hash table scan function, arguments need to be reversed */

Source from the content-addressed store, hash-verified

952 * When using the hash table scan function, arguments need to be reversed
953 */
954static void
955xmlDumpEntityDeclScan(void *ent, void *save,
956 const xmlChar *name ATTRIBUTE_UNUSED) {
957 xmlSaveTree(save, ent);
958}
959
960/**
961 * xmlDumpEntitiesTable:

Callers

nothing calls this directly

Calls 1

xmlSaveTreeFunction · 0.85

Tested by

no test coverage detected