Searched refs:hashTableDestroy (Results 1 – 1 of 1) sorted by relevance
578 static void FASTCALL hashTableDestroy(HASH_TABLE *table);7608 hashTableDestroy(&(p->generalEntities));7610 hashTableDestroy(&(p->paramEntities));7612 hashTableDestroy(&(p->elementTypes));7613 hashTableDestroy(&(p->attributeIds));7614 hashTableDestroy(&(p->prefixes));7960 hashTableDestroy(HASH_TABLE *table) { function