Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/expat/
Dxmlparse.c559 static void FASTCALL hashTableDestroy(HASH_TABLE *table);
6933 hashTableDestroy(&(p->generalEntities)); in dtdDestroy()
6935 hashTableDestroy(&(p->paramEntities)); in dtdDestroy()
6937 hashTableDestroy(&(p->elementTypes)); in dtdDestroy()
6938 hashTableDestroy(&(p->attributeIds)); in dtdDestroy()
6939 hashTableDestroy(&(p->prefixes)); in dtdDestroy()
7286 hashTableDestroy(HASH_TABLE *table) { in hashTableDestroy() function