Searched refs:poolAppendString (Results 1 – 1 of 1) sorted by relevance
597 static const XML_Char *FASTCALL poolAppendString(STRING_POOL *pool,5469 if (! poolAppendString(&parser->m_tempPool, prefix))6970 if (! poolAppendString(pool, entity_start)6971 || ! poolAppendString(pool, entity->name)6972 || ! poolAppendString(pool, entity_end)) {8048 poolAppendString(STRING_POOL *pool, const XML_Char *s) { function