Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/expat/lib/
H A Dxmlparse.c413 static void FASTCALL hashTableDestroy(HASH_TABLE *);
5785 hashTableDestroy(&(p->generalEntities)); in dtdDestroy()
5787 hashTableDestroy(&(p->paramEntities)); in dtdDestroy()
5789 hashTableDestroy(&(p->elementTypes)); in dtdDestroy()
5790 hashTableDestroy(&(p->attributeIds)); in dtdDestroy()
5791 hashTableDestroy(&(p->prefixes)); in dtdDestroy()
6114 hashTableDestroy(HASH_TABLE *table) in hashTableDestroy() function