Lines Matching refs:appAtts
3465 const XML_Char **appAtts; /* the attribute list for the application */ in storeAtts() local
3556 appAtts = (const XML_Char **)parser->m_atts; in storeAtts()
3588 appAtts[attIndex++] = attId->name; in storeAtts()
3610 appAtts[attIndex] = poolStart(&parser->m_tempPool); in storeAtts()
3614 appAtts[attIndex] = poolStoreString(&parser->m_tempPool, enc, in storeAtts()
3617 if (appAtts[attIndex] == 0) in storeAtts()
3626 appAtts[attIndex], bindingsPtr); in storeAtts()
3644 if (appAtts[i] == elementType->idAtt->name) { in storeAtts()
3664 appAtts[attIndex++] = da->id->name; in storeAtts()
3665 appAtts[attIndex++] = da->value; in storeAtts()
3669 appAtts[attIndex++] = da->id->name; in storeAtts()
3670 appAtts[attIndex++] = da->value; in storeAtts()
3674 appAtts[attIndex] = 0; in storeAtts()
3741 const XML_Char *s = appAtts[i]; in storeAtts()
3830 appAtts[i] = s; in storeAtts()
3847 ((XML_Char *)(appAtts[i]))[-1] = 0; in storeAtts()