Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/expat/lib/
HDxmlparse.c469 static void FASTCALL hashTableDestroy(HASH_TABLE *);
6140 hashTableDestroy(&(p->generalEntities)); in dtdDestroy()
6142 hashTableDestroy(&(p->paramEntities)); in dtdDestroy()
6144 hashTableDestroy(&(p->elementTypes)); in dtdDestroy()
6145 hashTableDestroy(&(p->attributeIds)); in dtdDestroy()
6146 hashTableDestroy(&(p->prefixes)); in dtdDestroy()
6471 hashTableDestroy(HASH_TABLE *table) { in hashTableDestroy() function