Searched refs:poolLength (Results 1 – 1 of 1) sorted by relevance
456 #define poolLength(pool) ((pool)->ptr - (pool)->start) macro4202 declEntity->textLen = (int)(poolLength(&dtd->entityValuePool)); in doProlog()4981 if (!isCdata && poolLength(pool) && poolLastChar(pool) == 0x20) in storeAttributeValue()5020 && (poolLength(pool) == 0 || poolLastChar(pool) == 0x20)) in appendAttributeValue()5043 if (!isCdata && (poolLength(pool) == 0 || poolLastChar(pool) == 0x20)) in appendAttributeValue()5636 if (poolLength(&tempPool) == 0) in setContext()