Searched refs:hashTableIterInit (Results 1 – 1 of 1) sorted by relevance
/external/expat/lib/ |
D | xmlparse.c | 416 hashTableIterInit(HASH_TABLE_ITER *, const HASH_TABLE *); 5568 hashTableIterInit(&iter, &(dtd->prefixes)); in getContext() 5595 hashTableIterInit(&iter, &(dtd->generalEntities)); in getContext() 5736 hashTableIterInit(&iter, &(p->elementTypes)); in dtdReset() 5778 hashTableIterInit(&iter, &(p->elementTypes)); in dtdDestroy() 5812 hashTableIterInit(&iter, &(oldDtd->prefixes)); in dtdCopy() 5825 hashTableIterInit(&iter, &(oldDtd->attributeIds)); in dtdCopy() 5860 hashTableIterInit(&iter, &(oldDtd->elementTypes)); in dtdCopy() 5947 hashTableIterInit(&iter, oldTable); in copyEntityTable() 6134 hashTableIterInit(HASH_TABLE_ITER *iter, const HASH_TABLE *table) in hashTableIterInit() function
|