Home
last modified time | relevance | path

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

/freebsd/contrib/expat/lib/
H A Dxmlparse.c608 static void FASTCALL hashTableIterInit(HASH_TABLE_ITER *iter,
7486 hashTableIterInit(&iter, &(dtd->prefixes));
7515 hashTableIterInit(&iter, &(dtd->generalEntities));
7663 hashTableIterInit(&iter, &(p->elementTypes));
7705 hashTableIterInit(&iter, &(p->elementTypes));
7739 hashTableIterInit(&iter, &(oldDtd->prefixes));
7752 hashTableIterInit(&iter, &(oldDtd->attributeIds));
7787 hashTableIterInit(&iter, &(oldDtd->elementTypes));
7891 hashTableIterInit(&iter, oldTable);
8152 hashTableIterInit(HASH_TABLE_ITER *iter, const HASH_TABLE *table) { function