Searched refs:poolAppendString (Results 1 – 1 of 1) sorted by relevance
597 static const XML_Char *FASTCALL poolAppendString(STRING_POOL *pool,5550 if (! poolAppendString(&parser->m_tempPool, prefix))7051 if (! poolAppendString(pool, entity_start)7052 || ! poolAppendString(pool, entity->name)7053 || ! poolAppendString(pool, entity_end)) {8108 poolAppendString(STRING_POOL *pool, const XML_Char *s) { function