Searched refs:poolAppendString (Results 1 – 1 of 1) sorted by relevance
574 static const XML_Char *FASTCALL poolAppendString(STRING_POOL *pool,5032 if (! poolAppendString(&parser->m_tempPool, prefix)) in doProlog()6381 if (! poolAppendString(pool, entity_start) in storeSelfEntityValue()6382 || ! poolAppendString(pool, entity->name) in storeSelfEntityValue()6383 || ! poolAppendString(pool, entity_end)) { in storeSelfEntityValue()7414 poolAppendString(STRING_POOL *pool, const XML_Char *s) { in poolAppendString() function