Searched refs:poolLength (Results 1 – 1 of 1) sorted by relevance
594 #define poolLength(pool) ((pool)->ptr - (pool)->start) macro5029 = (int)(poolLength(&dtd->entityValuePool)); in doProlog()5853 if (! isCdata && poolLength(pool) && poolLastChar(pool) == 0x20) in storeAttributeValue()5900 && (poolLength(pool) == 0 || poolLastChar(pool) == 0x20)) in appendAttributeValue()5926 if (! isCdata && (poolLength(pool) == 0 || poolLastChar(pool) == 0x20)) in appendAttributeValue()6629 if (poolLength(&parser->m_tempPool) == 0) in setContext()