Home
last modified time | relevance | path

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

/netbsd-src/external/mit/expat/dist/lib/
H A Dxmlparse.c526 static void FASTCALL hashTableDestroy(HASH_TABLE *);
6647 hashTableDestroy(&(p->generalEntities)); in dtdDestroy()
6649 hashTableDestroy(&(p->paramEntities)); in dtdDestroy()
6651 hashTableDestroy(&(p->elementTypes)); in dtdDestroy()
6652 hashTableDestroy(&(p->attributeIds)); in dtdDestroy()
6653 hashTableDestroy(&(p->prefixes)); in dtdDestroy()
6990 hashTableDestroy(HASH_TABLE *table) { in hashTableDestroy() function