Lines Matching defs:appAtts
3256 const XML_Char **appAtts; /* the attribute list for the application */
3347 appAtts = (const XML_Char **)parser->m_atts;
3379 appAtts[attIndex++] = attId->name;
3401 appAtts[attIndex] = poolStart(&parser->m_tempPool);
3405 appAtts[attIndex] = poolStoreString(&parser->m_tempPool, enc,
3408 if (appAtts[attIndex] == 0)
3417 appAtts[attIndex], bindingsPtr);
3435 if (appAtts[i] == elementType->idAtt->name) {
3455 appAtts[attIndex++] = da->id->name;
3456 appAtts[attIndex++] = da->value;
3460 appAtts[attIndex++] = da->id->name;
3461 appAtts[attIndex++] = da->value;
3465 appAtts[attIndex] = 0;
3532 const XML_Char *s = appAtts[i];
3546 /* This code is walking through the appAtts array, dealing
3621 appAtts[i] = s;
3638 ((XML_Char *)(appAtts[i]))[-1] = 0;