Searched refs:hashTableIterInit (Results 1 - 2 of 2) sorted by relevance

/external/expat/lib/
H A Dxmlparse.c416 hashTableIterInit(HASH_TABLE_ITER *, const HASH_TABLE *);
5568 hashTableIterInit(&iter, &(dtd->prefixes));
5595 hashTableIterInit(&iter, &(dtd->generalEntities));
5736 hashTableIterInit(&iter, &(p->elementTypes));
5778 hashTableIterInit(&iter, &(p->elementTypes));
5812 hashTableIterInit(&iter, &(oldDtd->prefixes));
5825 hashTableIterInit(&iter, &(oldDtd->attributeIds));
5860 hashTableIterInit(&iter, &(oldDtd->elementTypes));
5947 hashTableIterInit(&iter, oldTable);
6134 hashTableIterInit(HASH_TABLE_ITE function
[all...]
/external/python/cpython2/Modules/expat/
H A Dxmlparse.c408 hashTableIterInit(HASH_TABLE_ITER *, const HASH_TABLE *);
5531 hashTableIterInit(&iter, &(dtd->prefixes));
5558 hashTableIterInit(&iter, &(dtd->generalEntities));
5699 hashTableIterInit(&iter, &(p->elementTypes));
5741 hashTableIterInit(&iter, &(p->elementTypes));
5775 hashTableIterInit(&iter, &(oldDtd->prefixes));
5788 hashTableIterInit(&iter, &(oldDtd->attributeIds));
5823 hashTableIterInit(&iter, &(oldDtd->elementTypes));
5910 hashTableIterInit(&iter, oldTable);
6097 hashTableIterInit(HASH_TABLE_ITE function
[all...]

Completed in 172 milliseconds