poolLength       2820 srclib/apr-util/xml/expat/lib/xmlparse.c 	  declEntity->textLen = poolLength(&dtd.pool);
poolLength       3375 srclib/apr-util/xml/expat/lib/xmlparse.c   if (!isCdata && poolLength(pool) && poolLastChar(pool) == 0x20)
poolLength       3413 srclib/apr-util/xml/expat/lib/xmlparse.c 	    && (poolLength(pool) == 0 || poolLastChar(pool) == 0x20))
poolLength       3436 srclib/apr-util/xml/expat/lib/xmlparse.c       if (!isCdata && (poolLength(pool) == 0 || poolLastChar(pool) == 0x20))
poolLength       3921 srclib/apr-util/xml/expat/lib/xmlparse.c       if (poolLength(&tempPool) == 0)