Searched refs:hashTableDestroy (Results 1 – 1 of 1) sorted by relevance
469 static void FASTCALL hashTableDestroy(HASH_TABLE *);6140 hashTableDestroy(&(p->generalEntities)); in dtdDestroy()6142 hashTableDestroy(&(p->paramEntities)); in dtdDestroy()6144 hashTableDestroy(&(p->elementTypes)); in dtdDestroy()6145 hashTableDestroy(&(p->attributeIds)); in dtdDestroy()6146 hashTableDestroy(&(p->prefixes)); in dtdDestroy()6471 hashTableDestroy(HASH_TABLE *table) { in hashTableDestroy() function