Lines Matching refs:NOFREE
1182 if (leaf[word] == NOFREE)
1372 * control pages to indicate no free space (NOFREE) within
2173 if (dp->tree.stree[word] == NOFREE)
2296 * NOFREE, dbSplit() will split the binary
2300 dbSplit(tp, word, size, NOFREE, false);
2591 if (oldval == NOFREE) {
2636 if (dcp->stree[ti] == NOFREE)
2762 assert(leaf[leafno] == NOFREE);
2783 while (leaf[leafno] == NOFREE) {
2799 if (leaf[bud] != NOFREE) {
2887 dbAdjTree(tp, buddy, NOFREE, is_ctl);
2892 dbAdjTree(tp, leafno, NOFREE, is_ctl);
3903 * note: leaf is set to NOFREE(-1) if all blocks of corresponding
4026 *cp++ = NOFREE;