Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/expat/lib/
H A Dxmlparse.c535 static XML_Char *poolAppend(STRING_POOL *pool, const ENCODING *enc,
4948 if (! poolAppend(&parser->m_tempPool, enc, s, next)) in doProlog()
5918 if (! poolAppend(pool, enc, ptr, next)) in appendAttributeValue()
6170 if (! poolAppend(pool, enc, entityTextPtr, next)) { in storeEntityValue()
7195 poolAppend(STRING_POOL *pool, const ENCODING *enc, const char *ptr, in poolAppend() function
7260 if (! poolAppend(pool, enc, ptr, end)) in poolStoreString()