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);
7608 hashTableDestroy(&(p->generalEntities));
7610 hashTableDestroy(&(p->paramEntities));
7612 hashTableDestroy(&(p->elementTypes));
7613 hashTableDestroy(&(p->attributeIds));
7614 hashTableDestroy(&(p->prefixes));
7960 hashTableDestroy(HASH_TABLE *table) { function