Home
last modified time | relevance | path

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

/src/contrib/expat/lib/
H A Dxmlparse.c579 static void FASTCALL hashTableDestroy(HASH_TABLE *table);
7573 hashTableDestroy(&(p->generalEntities));
7575 hashTableDestroy(&(p->paramEntities));
7577 hashTableDestroy(&(p->elementTypes));
7578 hashTableDestroy(&(p->attributeIds));
7579 hashTableDestroy(&(p->prefixes));
7926 hashTableDestroy(HASH_TABLE *table) { function