Home
last modified time | relevance | path

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

/freebsd/contrib/expat/lib/
H A Dxmlparse.c646 #define poolLength(pool) ((pool)->ptr - (pool)->start) macro
5636 = (int)(poolLength(&dtd->entityValuePool));
6581 if (! isCdata && poolLength(pool) && poolLastChar(pool) == 0x20)
6631 && (poolLength(pool) == 0 || poolLastChar(pool) == 0x20))
6657 if (! isCdata && (poolLength(pool) == 0 || poolLastChar(pool) == 0x20))
7059 entity->textLen = (int)(poolLength(pool));
7455 if (poolLength(&parser->m_tempPool) == 0)