Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/expat/
Dxmlparse.c406 static void FASTCALL hashTableDestroy(HASH_TABLE *);
5749 hashTableDestroy(&(p->generalEntities)); in dtdDestroy()
5751 hashTableDestroy(&(p->paramEntities)); in dtdDestroy()
5753 hashTableDestroy(&(p->elementTypes)); in dtdDestroy()
5754 hashTableDestroy(&(p->attributeIds)); in dtdDestroy()
5755 hashTableDestroy(&(p->prefixes)); in dtdDestroy()
6078 hashTableDestroy(HASH_TABLE *table) in hashTableDestroy() function
/external/expat/lib/
Dxmlparse.c414 static void FASTCALL hashTableDestroy(HASH_TABLE *);
5786 hashTableDestroy(&(p->generalEntities)); in dtdDestroy()
5788 hashTableDestroy(&(p->paramEntities)); in dtdDestroy()
5790 hashTableDestroy(&(p->elementTypes)); in dtdDestroy()
5791 hashTableDestroy(&(p->attributeIds)); in dtdDestroy()
5792 hashTableDestroy(&(p->prefixes)); in dtdDestroy()
6115 hashTableDestroy(HASH_TABLE *table) in hashTableDestroy() function