Searched refs:poolAppend (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/expat/lib/ |
| H A D | xmlparse.c | 586 static XML_Char *poolAppend(STRING_POOL *pool, const ENCODING *enc, 5552 if (! poolAppend(&parser->m_tempPool, enc, s, next)) 6649 if (! poolAppend(pool, enc, ptr, next)) 6890 if (! poolAppend(pool, enc, entityTextPtr, next)) { 8038 poolAppend(STRING_POOL *pool, const ENCODING *enc, const char *ptr, function 8120 if (! poolAppend(pool, enc, ptr, end))
|