Searched refs:hashTableClear (Results 1 – 1 of 1) sorted by relevance
606 static void FASTCALL hashTableClear(HASH_TABLE *table);7671 hashTableClear(&(p->generalEntities));7674 hashTableClear(&(p->paramEntities));7676 hashTableClear(&(p->elementTypes));7677 hashTableClear(&(p->attributeIds));7678 hashTableClear(&(p->prefixes));8125 hashTableClear(HASH_TABLE *table) { function