Searched refs:poolAppendString (Results 1 – 1 of 1) sorted by relevance
596 static const XML_Char *FASTCALL poolAppendString(STRING_POOL *pool,5533 if (! poolAppendString(&parser->m_tempPool, prefix))7024 if (! poolAppendString(pool, entity_start)7025 || ! poolAppendString(pool, entity->name)7026 || ! poolAppendString(pool, entity_end)) {8057 poolAppendString(STRING_POOL *pool, const XML_Char *s) { function