Searched refs:attributeIds (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/expat/lib/ |
| H A D | xmlparse.c | 397 HASH_TABLE attributeIds; member 4114 id = (ATTRIBUTE_ID *)lookup(parser, &dtd->attributeIds, s, 0); 7258 id = (ATTRIBUTE_ID *)lookup(parser, &dtd->attributeIds, name, 7498 hashTableInit(&(p->attributeIds), parser); 7538 hashTableClear(&(p->attributeIds)); 7578 hashTableDestroy(&(p->attributeIds)); 7612 hashTableIterInit(&iter, &(oldDtd->attributeIds)); 7630 newA = (ATTRIBUTE_ID *)lookup(oldParser, &(newDtd->attributeIds), name, 7681 newE->idAtt = (ATTRIBUTE_ID *)lookup(oldParser, &(newDtd->attributeIds), 7689 oldParser, &(newDtd->attributeIds), oldE->defaultAtts[i].id->name, 0);
|