Home
last modified time | relevance | path

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

/src/contrib/expat/lib/
H A Dxmlparse.c645 #define poolLength(pool) ((pool)->ptr - (pool)->start) macro
5619 = (int)(poolLength(&dtd->entityValuePool));
6561 if (! isCdata && poolLength(pool) && poolLastChar(pool) == 0x20)
6611 && (poolLength(pool) == 0 || poolLastChar(pool) == 0x20))
6637 if (! isCdata && (poolLength(pool) == 0 || poolLastChar(pool) == 0x20))
7032 entity->textLen = (int)(poolLength(pool));
7428 if (poolLength(&parser->m_tempPool) == 0)