Home
last modified time | relevance | path

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

/freebsd/contrib/expat/lib/
H A Dxmlparse.c573 static void FASTCALL hashTableIterInit(HASH_TABLE_ITER *iter,
6985 hashTableIterInit(&iter, &(dtd->prefixes)); in getContext()
7018 hashTableIterInit(&iter, &(dtd->generalEntities)); in getContext()
7159 hashTableIterInit(&iter, &(p->elementTypes)); in dtdReset()
7200 hashTableIterInit(&iter, &(p->elementTypes)); in dtdDestroy()
7234 hashTableIterInit(&iter, &(oldDtd->prefixes)); in dtdCopy()
7247 hashTableIterInit(&iter, &(oldDtd->attributeIds)); in dtdCopy()
7282 hashTableIterInit(&iter, &(oldDtd->elementTypes)); in dtdCopy()
7370 hashTableIterInit(&iter, oldTable); in copyEntityTable()
7578 hashTableIterInit(HASH_TABLE_ITER *iter, const HASH_TABLE *table) { in hashTableIterInit() function