Searched refs:attributeIds (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/mit/expat/dist/lib/ |
| H A D | xmlparse.c | 367 HASH_TABLE attributeIds; member 3533 id = (ATTRIBUTE_ID *)lookup(parser, &dtd->attributeIds, s, 0); in storeAtts() 6336 id = (ATTRIBUTE_ID *)lookup(parser, &dtd->attributeIds, name, in getAttributeId() 6572 hashTableInit(&(p->attributeIds), ms); in dtdCreate() 6612 hashTableClear(&(p->attributeIds)); in dtdReset() 6652 hashTableDestroy(&(p->attributeIds)); in dtdDestroy() 6686 hashTableIterInit(&iter, &(oldDtd->attributeIds)); in dtdCopy() 6704 newA = (ATTRIBUTE_ID *)lookup(oldParser, &(newDtd->attributeIds), name, in dtdCopy() 6745 newE->idAtt = (ATTRIBUTE_ID *)lookup(oldParser, &(newDtd->attributeIds), in dtdCopy() 6753 oldParser, &(newDtd->attributeIds), oldE->defaultAtts[i].id->name, 0); in dtdCopy()
|