Home
last modified time | relevance | path

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

/external/expat/lib/
Dxmlparse.c438 #define poolLength(pool) ((pool)->ptr - (pool)->start) macro
4017 declEntity->textLen = (int)(poolLength(&dtd->entityValuePool)); in doProlog()
4795 if (!isCdata && poolLength(pool) && poolLastChar(pool) == 0x20) in storeAttributeValue()
4834 && (poolLength(pool) == 0 || poolLastChar(pool) == 0x20)) in appendAttributeValue()
4857 if (!isCdata && (poolLength(pool) == 0 || poolLastChar(pool) == 0x20)) in appendAttributeValue()
5447 if (poolLength(&tempPool) == 0) in setContext()