Searched refs:hashTableClear (Results 1 – 1 of 1) sorted by relevance
578 static void FASTCALL hashTableClear(HASH_TABLE *table);7532 hashTableClear(&(p->generalEntities));7535 hashTableClear(&(p->paramEntities));7537 hashTableClear(&(p->elementTypes));7538 hashTableClear(&(p->attributeIds));7539 hashTableClear(&(p->prefixes));7916 hashTableClear(HASH_TABLE *table) { function