Home
last modified time | relevance | path

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

/freebsd/contrib/expat/lib/
H A Dxmlparse.c3928 const XML_Char **const appAtts = (const XML_Char **)parser->m_atts;
3968 appAtts[attIndex++] = attId->name;
3991 appAtts[attIndex] = poolStart(&parser->m_tempPool);
3995 appAtts[attIndex] = poolStoreString(&parser->m_tempPool, enc,
3998 if (appAtts[attIndex] == 0)
4007 appAtts[attIndex], bindingsPtr);
4025 if (appAtts[i] == elementType->idAtt->name) {
4045 appAtts[attIndex++] = da->id->name;
4046 appAtts[attIndex++] = da->value;
4050 appAtts[attInde
3951 const XML_Char **const appAtts = (const XML_Char **)parser->m_atts; global() local
[all...]