Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/expat/lib/
HDxmlparse.c275 const struct attribute_id *attId; member
517 const ATTRIBUTE_ID *attId, const XML_Char *uri,
519 static int defineAttribute(ELEMENT_TYPE *type, ATTRIBUTE_ID *attId,
3563 ATTRIBUTE_ID *attId in storeAtts() local
3566 if (! attId) in storeAtts()
3582 if ((attId->name)[-1]) { in storeAtts()
3587 (attId->name)[-1] = 1; in storeAtts()
3588 appAtts[attIndex++] = attId->name; in storeAtts()
3594 if (attId->maybeTokenized) { in storeAtts()
3597 if (attId == elementType->defaultAtts[j].id) { in storeAtts()
[all …]