Searched defs:attributeIds (Results 1 - 1 of 1) sorted by relevance
| /forgerock/web-agents-v4/expat/ |
| H A D | xmlparse.c | 265 HASH_TABLE attributeIds; member in struct:__anon41 2913 id = (ATTRIBUTE_ID *)lookup(parser, &dtd->attributeIds, s, 0); 5443 id = (ATTRIBUTE_ID *)lookup(parser, &dtd->attributeIds, name, sizeof(ATTRIBUTE_ID)); 5654 hashTableInit(&(p->attributeIds), ms); 5695 hashTableClear(&(p->attributeIds)); 5736 hashTableDestroy(&(p->attributeIds)); 5770 hashTableIterInit(&iter, &(oldDtd->attributeIds)); 5788 newA = (ATTRIBUTE_ID *)lookup(oldParser, &(newDtd->attributeIds), name, 5831 lookup(oldParser, &(newDtd->attributeIds), oldE->idAtt->name, 0); 5838 lookup(oldParser, &(newDtd->attributeIds), old [all...] |
Completed in 282 milliseconds