Searched refs:attStr (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/expat/lib/ |
H A D | xmlparse.c | 501 const char *attStr, TAG_NAME *tagNamePtr, 3325 storeAtts(XML_Parser parser, const ENCODING *enc, const char *attStr, in storeAtts() argument 3358 n = XmlGetAttributes(enc, attStr, parser->m_attsSize, parser->m_atts); in storeAtts() 3419 XmlGetAttributes(enc, attStr, n, parser->m_atts); in storeAtts()
|