Home
last modified time | relevance | path

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

/netbsd-src/external/mit/expat/dist/lib/
H A Dxmlparse.c534 static XML_Char *poolAppend(STRING_POOL *pool, const ENCODING *enc,
4821 if (! poolAppend(&parser->m_tempPool, enc, s, next)) in doProlog()
5791 if (! poolAppend(pool, enc, ptr, next)) in appendAttributeValue()
6043 if (! poolAppend(pool, enc, entityTextPtr, next)) { in storeEntityValue()
7068 poolAppend(STRING_POOL *pool, const ENCODING *enc, const char *ptr, in poolAppend() function
7133 if (! poolAppend(pool, enc, ptr, end)) in poolStoreString()