Home | History | Annotate | Download | only in btree

Lines Matching defs:plen

87 	uint32_t sz, nb, plen;
113 plen = (uint32_t)temp;
118 nb = MIN(sz, plen);
145 uint32_t sz, nb, plen;
154 plen = (uint32_t)temp;
160 for (;; p = (char *)p + plen, last = h) {
169 nb = MIN(sz, plen);
201 uint32_t sz, plen;
223 plen = (uint32_t)temp;
224 for (;; sz -= plen) {
227 if (sz <= plen)