Searched refs:poolAppend (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/expat/lib/ |
H A D | xmlparse.c | 565 static XML_Char *poolAppend(STRING_POOL *pool, const ENCODING *enc, 5034 if (! poolAppend(&parser->m_tempPool, enc, s, next)) in doProlog() 6044 if (! poolAppend(pool, enc, ptr, next)) in appendAttributeValue() 6295 if (! poolAppend(pool, enc, entityTextPtr, next)) { in storeEntityValue() 7361 poolAppend(STRING_POOL *pool, const ENCODING *enc, const char *ptr, in poolAppend() function 7426 if (! poolAppend(pool, enc, ptr, end)) in poolStoreString()
|