Home
last modified time | relevance | path

Searched refs:hashTableDestroy (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/expat/lib/
H A Dxmlparse.c578 static void FASTCALL hashTableDestroy(HASH_TABLE *table);
7489 hashTableDestroy(&(e->defaultAttsNames));
7531 hashTableDestroy(&(e->defaultAttsNames));
7535 hashTableDestroy(&(p->generalEntities));
7537 hashTableDestroy(&(p->paramEntities));
7539 hashTableDestroy(&(p->elementTypes));
7540 hashTableDestroy(&(p->attributeIds));
7541 hashTableDestroy(&(p->prefixes));
7900 hashTableDestroy(HASH_TABLE *table) { function