Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/expat/lib/
H A Dxmlparse.c528 static void FASTCALL hashTableIterInit(HASH_TABLE_ITER *, const HASH_TABLE *);
6555 hashTableIterInit(&iter, &(dtd->prefixes)); in getContext()
6588 hashTableIterInit(&iter, &(dtd->generalEntities)); in getContext()
6725 hashTableIterInit(&iter, &(p->elementTypes)); in dtdReset()
6766 hashTableIterInit(&iter, &(p->elementTypes)); in dtdDestroy()
6800 hashTableIterInit(&iter, &(oldDtd->prefixes)); in dtdCopy()
6813 hashTableIterInit(&iter, &(oldDtd->attributeIds)); in dtdCopy()
6848 hashTableIterInit(&iter, &(oldDtd->elementTypes)); in dtdCopy()
6926 hashTableIterInit(&iter, oldTable); in copyEntityTable()
7134 hashTableIterInit(HASH_TABLE_ITER *iter, const HASH_TABLE *table) { in hashTableIterInit() function