Home
last modified time | relevance | path

Searched refs:poolAppend (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/expat/lib/
H A Dxmlparse.c566 static XML_Char *poolAppend(STRING_POOL *pool, const ENCODING *enc,
5044 if (! poolAppend(&parser->m_tempPool, enc, s, next)) in doProlog()
6054 if (! poolAppend(pool, enc, ptr, next)) in appendAttributeValue()
6305 if (! poolAppend(pool, enc, entityTextPtr, next)) { in storeEntityValue()
7371 poolAppend(STRING_POOL *pool, const ENCODING *enc, const char *ptr, in poolAppend()
7436 if (! poolAppend(pool, enc, ptr, end)) in poolBytesToAllocateFor()
7361 poolAppend(STRING_POOL *pool, const ENCODING *enc, const char *ptr, poolAppend() function