Lines Matching defs:hashTableIterInit
529 static void FASTCALL hashTableIterInit(HASH_TABLE_ITER *, const HASH_TABLE *);
6577 hashTableIterInit(&iter, &(dtd->prefixes));
6610 hashTableIterInit(&iter, &(dtd->generalEntities));
6747 hashTableIterInit(&iter, &(p->elementTypes));
6788 hashTableIterInit(&iter, &(p->elementTypes));
6822 hashTableIterInit(&iter, &(oldDtd->prefixes));
6835 hashTableIterInit(&iter, &(oldDtd->attributeIds));
6870 hashTableIterInit(&iter, &(oldDtd->elementTypes));
6948 hashTableIterInit(&iter, oldTable);
7156 hashTableIterInit(HASH_TABLE_ITER *iter, const HASH_TABLE *table) {