Searched refs:hashTableDestroy (Results 1 – 1 of 1) sorted by relevance
556 static void FASTCALL hashTableDestroy(HASH_TABLE *table);6930 hashTableDestroy(&(p->generalEntities)); in dtdDestroy()6932 hashTableDestroy(&(p->paramEntities)); in dtdDestroy()6934 hashTableDestroy(&(p->elementTypes)); in dtdDestroy()6935 hashTableDestroy(&(p->attributeIds)); in dtdDestroy()6936 hashTableDestroy(&(p->prefixes)); in dtdDestroy()7283 hashTableDestroy(HASH_TABLE *table) { in hashTableDestroy() function