Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/expat/lib/
H A Dxmlparse.c415 hashTableIterInit(HASH_TABLE_ITER *, const HASH_TABLE *);
5567 hashTableIterInit(&iter, &(dtd->prefixes)); in getContext()
5594 hashTableIterInit(&iter, &(dtd->generalEntities)); in getContext()
5735 hashTableIterInit(&iter, &(p->elementTypes)); in dtdReset()
5777 hashTableIterInit(&iter, &(p->elementTypes)); in dtdDestroy()
5811 hashTableIterInit(&iter, &(oldDtd->prefixes)); in dtdCopy()
5824 hashTableIterInit(&iter, &(oldDtd->attributeIds)); in dtdCopy()
5859 hashTableIterInit(&iter, &(oldDtd->elementTypes)); in dtdCopy()
5946 hashTableIterInit(&iter, oldTable); in copyEntityTable()
6133 hashTableIterInit(HASH_TABLE_ITER *iter, const HASH_TABLE *table) in hashTableIterInit() function