Lines Matching full:sizehint
1662 long sizehint = 0;1685 if (!PyArg_ParseTuple(args, "|l:readlines", &sizehint))1701 sizehint = 0;1762 if (sizehint > 0)1763 if (totalread >= (size_t)sizehint)1771 if (sizehint > 0) {