Searched refs:hashTableClear (Results 1 – 1 of 1) sorted by relevance
576 static void FASTCALL hashTableClear(HASH_TABLE *table);7483 hashTableClear(&(p->generalEntities));7486 hashTableClear(&(p->paramEntities));7488 hashTableClear(&(p->elementTypes));7489 hashTableClear(&(p->attributeIds));7490 hashTableClear(&(p->prefixes));7868 hashTableClear(HASH_TABLE *table) { function