Home
last modified time | relevance | path

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

/freebsd/contrib/expat/lib/
H A Dxmlparse.c647 static bool poolAppendChars(STRING_POOL *pool, const XML_Char *s, size_t len);
666 poolAppendChars(STRING_POOL *pool, const XML_Char *s, size_t len) {
4153 if (! poolAppendChars(&parser->m_tempPool, b->uri, b->uriLen))
4165 if (! poolAppendChars(&parser->m_tempPool, s, len))
4198 if (! poolAppendChars(&parser->m_tempPool, s, len))
6711 if (! poolAppendChars(pool, buf, n))
6998 if (! poolAppendChars(pool, buf, n)) {
7403 if (! poolAppendChars(&dtd->pool, name, i))
7437 if (! poolAppendChars(&parser->m_tempPool, dtd->defaultPrefix.binding->uri,
7479 if (! poolAppendChars(
696 poolAppendChars(STRING_POOL *pool, const XML_Char *s, size_t len) { poolAppendChars() function
[all...]