Searched refs:attributeIds (Results 1 – 1 of 1) sorted by relevance
/external/expat/lib/ |
D | xmlparse.c | 265 HASH_TABLE attributeIds; member 2924 id = (ATTRIBUTE_ID *)lookup(parser, &dtd->attributeIds, s, 0); in storeAtts() 5457 id = (ATTRIBUTE_ID *)lookup(parser, &dtd->attributeIds, name, sizeof(ATTRIBUTE_ID)); in getAttributeId() 5670 hashTableInit(&(p->attributeIds), ms); in dtdCreate() 5711 hashTableClear(&(p->attributeIds)); in dtdReset() 5752 hashTableDestroy(&(p->attributeIds)); in dtdDestroy() 5786 hashTableIterInit(&iter, &(oldDtd->attributeIds)); in dtdCopy() 5804 newA = (ATTRIBUTE_ID *)lookup(oldParser, &(newDtd->attributeIds), name, in dtdCopy() 5847 lookup(oldParser, &(newDtd->attributeIds), oldE->idAtt->name, 0); in dtdCopy() 5854 lookup(oldParser, &(newDtd->attributeIds), oldE->defaultAtts[i].id->name, 0); in dtdCopy()
|