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, 7302 hashTableIterInit(&iter, &(dtd->prefixes)); 7335 hashTableIterInit(&iter, &(dtd->generalEntities)); 7484 hashTableIterInit(&iter, &(p->elementTypes)); 7526 hashTableIterInit(&iter, &(p->elementTypes)); 7561 hashTableIterInit(&iter, &(oldDtd->prefixes)); 7574 hashTableIterInit(&iter, &(oldDtd->attributeIds)); 7609 hashTableIterInit(&iter, &(oldDtd->elementTypes)); 7707 hashTableIterInit(&iter, oldTable); 7917 hashTableIterInit(HASH_TABLE_ITER *iter, const HASH_TABLE *table) { function
|