Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/expat/lib/
H A Dxmlparse.c527 static void FASTCALL hashTableDestroy(HASH_TABLE *);
6774 hashTableDestroy(&(p->generalEntities)); in dtdDestroy()
6776 hashTableDestroy(&(p->paramEntities)); in dtdDestroy()
6778 hashTableDestroy(&(p->elementTypes)); in dtdDestroy()
6779 hashTableDestroy(&(p->attributeIds)); in dtdDestroy()
6780 hashTableDestroy(&(p->prefixes)); in dtdDestroy()
7117 hashTableDestroy(HASH_TABLE *table) { in hashTableDestroy() function