Home
last modified time | relevance | path

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

/openbsd/src/lib/libexpat/lib/
Dxmlparse.c275 const struct attribute_id *attId; member
506 const ATTRIBUTE_ID *attId, const XML_Char *uri,
508 static int defineAttribute(ELEMENT_TYPE *type, ATTRIBUTE_ID *attId,
3439 ATTRIBUTE_ID *attId in storeAtts() local
3442 if (! attId) in storeAtts()
3458 if ((attId->name)[-1]) { in storeAtts()
3463 (attId->name)[-1] = 1; in storeAtts()
3464 appAtts[attIndex++] = attId->name; in storeAtts()
3470 if (attId->maybeTokenized) { in storeAtts()
3473 if (attId == elementType->defaultAtts[j].id) { in storeAtts()
[all …]