Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/expat/lib/
H A Dxmlparse.c3556 appAtts = (const XML_Char **)parser->m_atts; in storeAtts()
3588 appAtts[attIndex++] = attId->name; in storeAtts()
3617 if (appAtts[attIndex] == 0) in storeAtts()
3664 appAtts[attIndex++] = da->id->name; in storeAtts()
3665 appAtts[attIndex++] = da->value; in storeAtts()
3669 appAtts[attIndex++] = da->id->name; in storeAtts()
3670 appAtts[attIndex++] = da->value; in storeAtts()
3674 appAtts[attIndex] = 0; in storeAtts()
3741 const XML_Char *s = appAtts[i]; in storeAtts()
3830 appAtts[i] = s; in storeAtts()
[all …]