Home
last modified time | relevance | path

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

/freebsd/contrib/expat/lib/
H A Dxmlparse.c556 static void FASTCALL hashTableDestroy(HASH_TABLE *table);
6930 hashTableDestroy(&(p->generalEntities)); in dtdDestroy()
6932 hashTableDestroy(&(p->paramEntities)); in dtdDestroy()
6934 hashTableDestroy(&(p->elementTypes)); in dtdDestroy()
6935 hashTableDestroy(&(p->attributeIds)); in dtdDestroy()
6936 hashTableDestroy(&(p->prefixes)); in dtdDestroy()
7283 hashTableDestroy(HASH_TABLE *table) { in hashTableDestroy() function