Searched refs:hashTableIterInit (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/expat/expat/lib/ |
H A D | xmlparse.c | 540 static void FASTCALL hashTableIterInit(HASH_TABLE_ITER *, const HASH_TABLE *); 6545 hashTableIterInit(&iter, &(dtd->prefixes)); in getContext() 6578 hashTableIterInit(&iter, &(dtd->generalEntities)); in getContext() 6715 hashTableIterInit(&iter, &(p->elementTypes)); in dtdReset() 6756 hashTableIterInit(&iter, &(p->elementTypes)); in dtdDestroy() 6790 hashTableIterInit(&iter, &(oldDtd->prefixes)); in dtdCopy() 6803 hashTableIterInit(&iter, &(oldDtd->attributeIds)); in dtdCopy() 6838 hashTableIterInit(&iter, &(oldDtd->elementTypes)); in dtdCopy() 6926 hashTableIterInit(&iter, oldTable); in copyEntityTable() 7134 hashTableIterInit(HASH_TABLE_ITE function [all...] |
/third_party/python/Modules/expat/ |
H A D | xmlparse.c | 529 static void FASTCALL hashTableIterInit(HASH_TABLE_ITER *, const HASH_TABLE *); 6577 hashTableIterInit(&iter, &(dtd->prefixes)); in getContext() 6610 hashTableIterInit(&iter, &(dtd->generalEntities)); in getContext() 6747 hashTableIterInit(&iter, &(p->elementTypes)); in dtdReset() 6788 hashTableIterInit(&iter, &(p->elementTypes)); in dtdDestroy() 6822 hashTableIterInit(&iter, &(oldDtd->prefixes)); in dtdCopy() 6835 hashTableIterInit(&iter, &(oldDtd->attributeIds)); in dtdCopy() 6870 hashTableIterInit(&iter, &(oldDtd->elementTypes)); in dtdCopy() 6948 hashTableIterInit(&iter, oldTable); in copyEntityTable() 7156 hashTableIterInit(HASH_TABLE_ITE function [all...] |
Completed in 35 milliseconds