Searched refs:hashTableIterInit (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/expat/lib/ |
| H A D | xmlparse.c | 580 static void FASTCALL hashTableIterInit(HASH_TABLE_ITER *iter, 7350 hashTableIterInit(&iter, &(dtd->prefixes)); 7383 hashTableIterInit(&iter, &(dtd->generalEntities)); 7524 hashTableIterInit(&iter, &(p->elementTypes)); 7565 hashTableIterInit(&iter, &(p->elementTypes)); 7599 hashTableIterInit(&iter, &(oldDtd->prefixes)); 7612 hashTableIterInit(&iter, &(oldDtd->attributeIds)); 7647 hashTableIterInit(&iter, &(oldDtd->elementTypes)); 7735 hashTableIterInit(&iter, oldTable); 7943 hashTableIterInit(HASH_TABLE_ITER *iter, const HASH_TABLE *table) { function
|