Searched refs:poolAppendString (Results 1 – 1 of 1) sorted by relevance
590 static const XML_Char *FASTCALL poolAppendString(STRING_POOL *pool,5173 if (! poolAppendString(&parser->m_tempPool, prefix)) in doProlog()6659 if (! poolAppendString(pool, entity_start) in storeSelfEntityValue()6660 || ! poolAppendString(pool, entity->name) in storeSelfEntityValue()6661 || ! poolAppendString(pool, entity_end)) { in storeSelfEntityValue()7692 poolAppendString(STRING_POOL *pool, const XML_Char *s) { in poolAppendString() function