Home
last modified time | relevance | path

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

/freebsd/contrib/expat/lib/
H A Dxmlparse.c572 static void FASTCALL hashTableDestroy(HASH_TABLE *table);
7208 hashTableDestroy(&(p->generalEntities)); in dtdDestroy()
7210 hashTableDestroy(&(p->paramEntities)); in dtdDestroy()
7212 hashTableDestroy(&(p->elementTypes)); in dtdDestroy()
7213 hashTableDestroy(&(p->attributeIds)); in dtdDestroy()
7214 hashTableDestroy(&(p->prefixes)); in dtdDestroy()
7561 hashTableDestroy(HASH_TABLE *table) { in hashTableDestroy() function