Searched refs:poolAppend (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/expat/lib/ |
| H A D | xmlparse.c | 587 static XML_Char *poolAppend(STRING_POOL *pool, const ENCODING *enc, 5535 if (! poolAppend(&parser->m_tempPool, enc, s, next)) 6629 if (! poolAppend(pool, enc, ptr, next)) 6863 if (! poolAppend(pool, enc, entityTextPtr, next)) { 8004 poolAppend(STRING_POOL *pool, const ENCODING *enc, const char *ptr, function 8069 if (! poolAppend(pool, enc, ptr, end))
|