Home
last modified time | relevance | path

Searched refs:poolGrow (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/expat/expat/lib/
H A Dxmlparse.c551 static XML_Bool FASTCALL poolGrow(STRING_POOL *pool);
612 (((pool)->ptr == (pool)->end && ! poolGrow(pool)) \
6043 if (! poolGrow(pool)) in storeEntityValue()
6143 if (pool->end == pool->ptr && ! poolGrow(pool)) { in storeEntityValue()
6170 if (pool->end == pool->ptr && ! poolGrow(pool)) { in storeEntityValue()
7197 if (! pool->ptr && ! poolGrow(pool)) in poolAppend()
7205 if (! poolGrow(pool)) in poolAppend()
7224 if (! pool->ptr && ! poolGrow(pool)) { in poolCopyStringN()
7262 if (pool->ptr == pool->end && ! poolGrow(pool)) in poolStoreString()
7297 poolGrow(STRING_POO function
[all...]
/third_party/python/Modules/expat/
H A Dxmlparse.c540 static XML_Bool FASTCALL poolGrow(STRING_POOL *pool);
601 (((pool)->ptr == (pool)->end && ! poolGrow(pool)) \
6099 if (! poolGrow(pool)) in storeEntityValue()
6201 if (pool->end == pool->ptr && ! poolGrow(pool)) { in storeEntityValue()
6228 if (pool->end == pool->ptr && ! poolGrow(pool)) { in storeEntityValue()
7219 if (! pool->ptr && ! poolGrow(pool)) in poolAppend()
7227 if (! poolGrow(pool)) in poolAppend()
7246 if (! pool->ptr && ! poolGrow(pool)) { in poolCopyStringN()
7284 if (pool->ptr == pool->end && ! poolGrow(pool)) in poolStoreString()
7319 poolGrow(STRING_POO function
[all...]

Completed in 19 milliseconds