Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/expat/
Dxmlparse.c408 hashTableIterInit(HASH_TABLE_ITER *, const HASH_TABLE *);
5531 hashTableIterInit(&iter, &(dtd->prefixes)); in getContext()
5558 hashTableIterInit(&iter, &(dtd->generalEntities)); in getContext()
5699 hashTableIterInit(&iter, &(p->elementTypes)); in dtdReset()
5741 hashTableIterInit(&iter, &(p->elementTypes)); in dtdDestroy()
5775 hashTableIterInit(&iter, &(oldDtd->prefixes)); in dtdCopy()
5788 hashTableIterInit(&iter, &(oldDtd->attributeIds)); in dtdCopy()
5823 hashTableIterInit(&iter, &(oldDtd->elementTypes)); in dtdCopy()
5910 hashTableIterInit(&iter, oldTable); in copyEntityTable()
6097 hashTableIterInit(HASH_TABLE_ITER *iter, const HASH_TABLE *table) in hashTableIterInit() function
/external/expat/lib/
Dxmlparse.c416 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