Home
last modified time | relevance | path

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

/external/expat/lib/
Dxmlparse.c476 static XML_Char *poolAppend(STRING_POOL *pool, const ENCODING *enc,
4445 if (! poolAppend(&parser->m_tempPool, enc, s, next)) in doProlog()
5355 if (! poolAppend(pool, enc, ptr, next)) in appendAttributeValue()
5572 if (! poolAppend(pool, enc, entityTextPtr, next)) { in storeEntityValue()
6568 poolAppend(STRING_POOL *pool, const ENCODING *enc, const char *ptr, in poolAppend() function
6633 if (! poolAppend(pool, enc, ptr, end)) in poolStoreString()
/external/python/cpython3/Modules/expat/
Dxmlparse.c475 static XML_Char *poolAppend(STRING_POOL *pool, const ENCODING *enc,
4424 if (! poolAppend(&parser->m_tempPool, enc, s, next)) in doProlog()
5334 if (! poolAppend(pool, enc, ptr, next)) in appendAttributeValue()
5551 if (! poolAppend(pool, enc, entityTextPtr, next)) { in storeEntityValue()
6547 poolAppend(STRING_POOL *pool, const ENCODING *enc, const char *ptr, in poolAppend() function
6612 if (! poolAppend(pool, enc, ptr, end)) in poolStoreString()
/external/python/cpython2/Modules/expat/
Dxmlparse.c501 poolAppend(STRING_POOL *pool, const ENCODING *enc,
4636 if (!poolAppend(&parser->m_tempPool, enc, s, next)) in doProlog()
5583 if (!poolAppend(pool, enc, ptr, next)) in appendAttributeValue()
5815 if (!poolAppend(pool, enc, entityTextPtr, next)) { in storeEntityValue()
6852 poolAppend(STRING_POOL *pool, const ENCODING *enc, in poolAppend() function
6920 if (!poolAppend(pool, enc, ptr, end)) in poolStoreString()