Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/expat/
Dxmlparse.c449 #define poolLength(pool) ((pool)->ptr - (pool)->start) macro
4167 declEntity->textLen = (int)(poolLength(&dtd->entityValuePool)); in doProlog()
4946 if (!isCdata && poolLength(pool) && poolLastChar(pool) == 0x20) in storeAttributeValue()
4985 && (poolLength(pool) == 0 || poolLastChar(pool) == 0x20)) in appendAttributeValue()
5008 if (!isCdata && (poolLength(pool) == 0 || poolLastChar(pool) == 0x20)) in appendAttributeValue()
5600 if (poolLength(&tempPool) == 0) in setContext()
/external/expat/lib/
Dxmlparse.c457 #define poolLength(pool) ((pool)->ptr - (pool)->start) macro
4203 declEntity->textLen = (int)(poolLength(&dtd->entityValuePool)); in doProlog()
4982 if (!isCdata && poolLength(pool) && poolLastChar(pool) == 0x20) in storeAttributeValue()
5021 && (poolLength(pool) == 0 || poolLastChar(pool) == 0x20)) in appendAttributeValue()
5044 if (!isCdata && (poolLength(pool) == 0 || poolLastChar(pool) == 0x20)) in appendAttributeValue()
5637 if (poolLength(&tempPool) == 0) in setContext()