Searched refs:hashTableDestroy (Results 1 – 1 of 1) sorted by relevance
406 static void FASTCALL hashTableDestroy(HASH_TABLE *);5747 hashTableDestroy(&(p->generalEntities)); in dtdDestroy()5749 hashTableDestroy(&(p->paramEntities)); in dtdDestroy()5751 hashTableDestroy(&(p->elementTypes)); in dtdDestroy()5752 hashTableDestroy(&(p->attributeIds)); in dtdDestroy()5753 hashTableDestroy(&(p->prefixes)); in dtdDestroy()6076 hashTableDestroy(HASH_TABLE *table) in hashTableDestroy() function