Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/expat/
Dxmlparse.c560 static void FASTCALL hashTableIterInit(HASH_TABLE_ITER *iter,
6710 hashTableIterInit(&iter, &(dtd->prefixes)); in getContext()
6743 hashTableIterInit(&iter, &(dtd->generalEntities)); in getContext()
6884 hashTableIterInit(&iter, &(p->elementTypes)); in dtdReset()
6925 hashTableIterInit(&iter, &(p->elementTypes)); in dtdDestroy()
6959 hashTableIterInit(&iter, &(oldDtd->prefixes)); in dtdCopy()
6972 hashTableIterInit(&iter, &(oldDtd->attributeIds)); in dtdCopy()
7007 hashTableIterInit(&iter, &(oldDtd->elementTypes)); in dtdCopy()
7095 hashTableIterInit(&iter, oldTable); in copyEntityTable()
7303 hashTableIterInit(HASH_TABLE_ITER *iter, const HASH_TABLE *table) { in hashTableIterInit() function