Searched refs:attributeIds (Results 1 – 1 of 1) sorted by relevance
/external/expat/lib/ |
D | xmlparse.c | 273 HASH_TABLE attributeIds; member 2963 id = (ATTRIBUTE_ID *)lookup(parser, &dtd->attributeIds, s, 0); in storeAtts() 5496 id = (ATTRIBUTE_ID *)lookup(parser, &dtd->attributeIds, name, sizeof(ATTRIBUTE_ID)); in getAttributeId() 5709 hashTableInit(&(p->attributeIds), ms); in dtdCreate() 5750 hashTableClear(&(p->attributeIds)); in dtdReset() 5791 hashTableDestroy(&(p->attributeIds)); in dtdDestroy() 5825 hashTableIterInit(&iter, &(oldDtd->attributeIds)); in dtdCopy() 5843 newA = (ATTRIBUTE_ID *)lookup(oldParser, &(newDtd->attributeIds), name, in dtdCopy() 5886 lookup(oldParser, &(newDtd->attributeIds), oldE->idAtt->name, 0); in dtdCopy() 5893 lookup(oldParser, &(newDtd->attributeIds), oldE->defaultAtts[i].id->name, 0); in dtdCopy()
|