Searched refs:attributeIds (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/expat/lib/ |
H A D | xmlparse.c | 391 HASH_TABLE attributeIds; member 3619 id = (ATTRIBUTE_ID *)lookup(parser, &dtd->attributeIds, s, 0); in storeAtts() 6615 id = (ATTRIBUTE_ID *)lookup(parser, &dtd->attributeIds, name, in getAttributeId() 6855 hashTableInit(&(p->attributeIds), ms); in dtdCreate() 6895 hashTableClear(&(p->attributeIds)); in dtdReset() 6935 hashTableDestroy(&(p->attributeIds)); in dtdDestroy() 6969 hashTableIterInit(&iter, &(oldDtd->attributeIds)); in dtdCopy() 6987 newA = (ATTRIBUTE_ID *)lookup(oldParser, &(newDtd->attributeIds), name, in dtdCopy() 7038 newE->idAtt = (ATTRIBUTE_ID *)lookup(oldParser, &(newDtd->attributeIds), in dtdCopy() 7046 oldParser, &(newDtd->attributeIds), oldE->defaultAtts[i].id->name, 0); in dtdCopy()
|