Home
last modified time | relevance | path

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

/freebsd/contrib/expat/lib/
H A Dxmlparse.c3951 const XML_Char **const appAtts = (const XML_Char **)parser->m_atts; local
3991 appAtts[attIndex++] = attId->name;
4014 appAtts[attIndex] = poolStart(&parser->m_tempPool);
4018 appAtts[attIndex] = poolStoreString(&parser->m_tempPool, enc,
4021 if (appAtts[attIndex] == 0)
4030 appAtts[attIndex], bindingsPtr);
4048 if (appAtts[i] == elementType->idAtt->name) {
4068 appAtts[attIndex++] = da->id->name;
4069 appAtts[attIndex++] = da->value;
4073 appAtts[attIndex++] = da->id->name;
[all …]