Lines Matching refs:appAtts
3341 const XML_Char **appAtts; /* the attribute list for the application */
3432 appAtts = (const XML_Char **)parser->m_atts;
3464 appAtts[attIndex++] = attId->name;
3486 appAtts[attIndex] = poolStart(&parser->m_tempPool);
3490 appAtts[attIndex] = poolStoreString(&parser->m_tempPool, enc,
3493 if (appAtts[attIndex] == 0)
3502 appAtts[attIndex], bindingsPtr);
3520 if (appAtts[i] == elementType->idAtt->name) {
3540 appAtts[attIndex++] = da->id->name;
3541 appAtts[attIndex++] = da->value;
3545 appAtts[attIndex++] = da->id->name;
3546 appAtts[attIndex++] = da->value;
3550 appAtts[attIndex] = 0;
3617 const XML_Char *s = appAtts[i];
3631 /* This code is walking through the appAtts array, dealing
3706 appAtts[i] = s;
3723 ((XML_Char *)(appAtts[i]))[-1] = 0;