Home | History | Annotate | Download | only in lib

Lines Matching refs:attributeIds

265   HASH_TABLE attributeIds;
2924 id = (ATTRIBUTE_ID *)lookup(parser, &dtd->attributeIds, s, 0);
5457 id = (ATTRIBUTE_ID *)lookup(parser, &dtd->attributeIds, name, sizeof(ATTRIBUTE_ID));
5670 hashTableInit(&(p->attributeIds), ms);
5711 hashTableClear(&(p->attributeIds));
5752 hashTableDestroy(&(p->attributeIds));
5786 hashTableIterInit(&iter, &(oldDtd->attributeIds));
5804 newA = (ATTRIBUTE_ID *)lookup(oldParser, &(newDtd->attributeIds), name,
5847 lookup(oldParser, &(newDtd->attributeIds), oldE->idAtt->name, 0);
5854 lookup(oldParser, &(newDtd->attributeIds), oldE->defaultAtts[i].id->name, 0);