Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/expat/
Dxmlparse.c416 poolAppend(STRING_POOL *pool, const ENCODING *enc,
4089 if (!poolAppend(&tempPool, enc, s, next)) in doProlog()
5000 if (!poolAppend(pool, enc, ptr, next)) in appendAttributeValue()
5202 if (!poolAppend(pool, enc, entityTextPtr, next)) { in storeEntityValue()
6163 poolAppend(STRING_POOL *pool, const ENCODING *enc, in poolAppend() function
6219 if (!poolAppend(pool, enc, ptr, end)) in poolStoreString()
/external/expat/lib/
Dxmlparse.c424 poolAppend(STRING_POOL *pool, const ENCODING *enc,
4125 if (!poolAppend(&tempPool, enc, s, next)) in doProlog()
5036 if (!poolAppend(pool, enc, ptr, next)) in appendAttributeValue()
5238 if (!poolAppend(pool, enc, entityTextPtr, next)) { in storeEntityValue()
6200 poolAppend(STRING_POOL *pool, const ENCODING *enc, in poolAppend() function
6256 if (!poolAppend(pool, enc, ptr, end)) in poolStoreString()