Home
last modified time | relevance | path

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

/freebsd/contrib/expat/lib/
H A Dxmlparse.c396 HASH_TABLE attributeIds; member
4041 id = (ATTRIBUTE_ID *)lookup(parser, &dtd->attributeIds, s, 0);
7210 id = (ATTRIBUTE_ID *)lookup(parser, &dtd->attributeIds, name,
7458 hashTableInit(&(p->attributeIds), parser);
7499 hashTableClear(&(p->attributeIds));
7540 hashTableDestroy(&(p->attributeIds));
7574 hashTableIterInit(&iter, &(oldDtd->attributeIds));
7592 newA = (ATTRIBUTE_ID *)lookup(oldParser, &(newDtd->attributeIds), name,
7646 newE->idAtt = (ATTRIBUTE_ID *)lookup(oldParser, &(newDtd->attributeIds),
7655 oldParser, &(newDtd->attributeIds), attributeName, 0);