Home
last modified time | relevance | path

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

/src/contrib/expat/lib/
H A Dxmlparse.c3827 const XML_Char **appAtts; /* the attribute list for the application */ local
3918 appAtts = (const XML_Char **)parser->m_atts;
3950 appAtts[attIndex++] = attId->name;
3972 appAtts[attIndex] = poolStart(&parser->m_tempPool);
3976 appAtts[attIndex] = poolStoreString(&parser->m_tempPool, enc,
3979 if (appAtts[attIndex] == 0)
3988 appAtts[attIndex], bindingsPtr);
4006 if (appAtts[i] == elementType->idAtt->name) {
4026 appAtts[attIndex++] = da->id->name;
4027 appAtts[attIndex++] = da->value;
[all …]