Searched refs:poolAppend (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13-stable/contrib/expat/lib/ |
| HD | xmlparse.c | 581 static XML_Char *poolAppend(STRING_POOL *pool, const ENCODING *enc, 5175 if (! poolAppend(&parser->m_tempPool, enc, s, next)) in doProlog() 6264 if (! poolAppend(pool, enc, ptr, next)) in appendAttributeValue() 6498 if (! poolAppend(pool, enc, entityTextPtr, next)) { in storeEntityValue() 7639 poolAppend(STRING_POOL *pool, const ENCODING *enc, const char *ptr, in poolAppend() function 7704 if (! poolAppend(pool, enc, ptr, end)) in poolStoreString()
|