poolAppendChars
if (! poolAppendChars(&parser->m_tempPool, b->uri, b->uriLen))
if (! poolAppendChars(&parser->m_tempPool, s, len))
if (! poolAppendChars(&parser->m_tempPool, s, len))
static bool poolAppendChars(STRING_POOL *pool, const XML_Char *s, size_t len);
if (! poolAppendChars(pool, buf, n))
if (! poolAppendChars(pool, buf, n)) {
if (! poolAppendChars(&dtd->pool, name, i))
if (! poolAppendChars(&parser->m_tempPool, dtd->defaultPrefix.binding->uri,
if (! poolAppendChars(&parser->m_tempPool, prefix->name,
if (! poolAppendChars(&parser->m_tempPool, prefix->binding->uri, len))
if (! poolAppendChars(&parser->m_tempPool, e->name, xcslen(e->name)))
if (! poolAppendChars(pool, s, xcslen(s) + /*null terminator*/ 1))
if (n > 0 && ! poolAppendChars(pool, s, n))
if (! poolAppendChars(pool, s, xcslen(s)))