Home
last modified time | relevance | path

Searched refs:attributeIds (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/expat/lib/
H A Dxmlparse.c422 HASH_TABLE attributeIds; member
4154 = (ATTRIBUTE_ID *)lookup(parser, &dtd->attributeIds, s, 0);
7397 id = (ATTRIBUTE_ID *)lookup(parser, &dtd->attributeIds, name,
7636 hashTableInit(&(p->attributeIds), parser);
7677 hashTableClear(&(p->attributeIds));
7718 hashTableDestroy(&(p->attributeIds));
7752 hashTableIterInit(&iter, &(oldDtd->attributeIds));
7770 newA = (ATTRIBUTE_ID *)lookup(oldParser, &(newDtd->attributeIds), name,
7818 newE->idAtt = (ATTRIBUTE_ID *)lookup(oldParser, &(newDtd->attributeIds),
7827 oldParser, &(newDtd->attributeIds), attributeName, 0);