Home
last modified time | relevance | path

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

/freebsd/contrib/expat/lib/
H A Dxmlparse.c3341 const XML_Char **appAtts; /* the attribute list for the application */ in storeAtts()
3432 appAtts = (const XML_Char **)parser->m_atts; in storeAtts()
3464 appAtts[attIndex++] = attId->name; in storeAtts()
3486 appAtts[attIndex] = poolStart(&parser->m_tempPool); in storeAtts()
3490 appAtts[attIndex] = poolStoreString(&parser->m_tempPool, enc, in storeAtts()
3493 if (appAtts[attIndex] == 0) in storeAtts()
3502 appAtts[attIndex], bindingsPtr); in storeAtts()
3520 if (appAtts[i] == elementType->idAtt->name) { in storeAtts()
3540 appAtts[attIndex++] = da->id->name; in storeAtts()
3541 appAtts[attInde in storeAtts()
3331 const XML_Char **appAtts; /* the attribute list for the application */ storeAtts() local
[all...]