Searched refs:hashTableIterInit (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/expat/lib/ |
| H A D | xmlparse.c | 579 static void FASTCALL hashTableIterInit(HASH_TABLE_ITER *iter, 7377 hashTableIterInit(&iter, &(dtd->prefixes)); 7410 hashTableIterInit(&iter, &(dtd->generalEntities)); 7559 hashTableIterInit(&iter, &(p->elementTypes)); 7600 hashTableIterInit(&iter, &(p->elementTypes)); 7634 hashTableIterInit(&iter, &(oldDtd->prefixes)); 7647 hashTableIterInit(&iter, &(oldDtd->attributeIds)); 7682 hashTableIterInit(&iter, &(oldDtd->elementTypes)); 7769 hashTableIterInit(&iter, oldTable); 7977 hashTableIterInit(HASH_TABLE_ITER *iter, const HASH_TABLE *table) { function
|