Home
last modified time | relevance | path

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

/external/expat/lib/
Dxmlparse.c406 static void FASTCALL hashTableDestroy(HASH_TABLE *);
5731 hashTableDestroy(&(p->generalEntities)); in dtdDestroy()
5733 hashTableDestroy(&(p->paramEntities)); in dtdDestroy()
5735 hashTableDestroy(&(p->elementTypes)); in dtdDestroy()
5736 hashTableDestroy(&(p->attributeIds)); in dtdDestroy()
5737 hashTableDestroy(&(p->prefixes)); in dtdDestroy()
6060 hashTableDestroy(HASH_TABLE *table) in hashTableDestroy() function