Searched refs:attributeIds (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/expat/lib/ |
| H A D | xmlparse.c | 368 HASH_TABLE attributeIds; member 3535 id = (ATTRIBUTE_ID *)lookup(parser, &dtd->attributeIds, s, 0); in storeAtts() 6463 id = (ATTRIBUTE_ID *)lookup(parser, &dtd->attributeIds, name, in getAttributeId() 6699 hashTableInit(&(p->attributeIds), ms); in dtdCreate() 6739 hashTableClear(&(p->attributeIds)); in dtdReset() 6779 hashTableDestroy(&(p->attributeIds)); in dtdDestroy() 6813 hashTableIterInit(&iter, &(oldDtd->attributeIds)); in dtdCopy() 6831 newA = (ATTRIBUTE_ID *)lookup(oldParser, &(newDtd->attributeIds), name, in dtdCopy() 6872 newE->idAtt = (ATTRIBUTE_ID *)lookup(oldParser, &(newDtd->attributeIds), in dtdCopy() 6880 oldParser, &(newDtd->attributeIds), oldE->defaultAtts[i].id->name, 0); in dtdCopy()
|