hashTableIterInit
static void FASTCALL hashTableIterInit(HASH_TABLE_ITER *iter,
hashTableIterInit(&iter, &(dtd->prefixes));
hashTableIterInit(&iter, &(dtd->generalEntities));
hashTableIterInit(&iter, &(p->elementTypes));
hashTableIterInit(&iter, &(p->elementTypes));
hashTableIterInit(&iter, &(oldDtd->prefixes));
hashTableIterInit(&iter, &(oldDtd->attributeIds));
hashTableIterInit(&iter, &(oldDtd->elementTypes));
hashTableIterInit(&iter, oldTable);