Searched refs:poolAppendString (Results 1 – 1 of 1) sorted by relevance
577 static const XML_Char *FASTCALL poolAppendString(STRING_POOL *pool,5035 if (! poolAppendString(&parser->m_tempPool, prefix)) in doProlog()6384 if (! poolAppendString(pool, entity_start) in storeSelfEntityValue()6385 || ! poolAppendString(pool, entity->name) in storeSelfEntityValue()6386 || ! poolAppendString(pool, entity_end)) { in storeSelfEntityValue()7417 poolAppendString(STRING_POOL *pool, const XML_Char *s) { in poolAppendString() function