Lines Matching refs:NOFREE
1114 if (leaf[word] == NOFREE)
1304 * control pages to indicate no free space (NOFREE) within
2105 if (dp->tree.stree[word] == NOFREE)
2228 * NOFREE, dbSplit() will split the binary
2232 dbSplit(tp, word, size, NOFREE, false);
2523 if (oldval == NOFREE) {
2572 if (dcp->stree[ti] == NOFREE)
2698 assert(leaf[leafno] == NOFREE);
2719 while (leaf[leafno] == NOFREE) {
2735 if (leaf[bud] != NOFREE) {
2823 dbAdjTree(tp, buddy, NOFREE, is_ctl);
2828 dbAdjTree(tp, leafno, NOFREE, is_ctl);
3839 * note: leaf is set to NOFREE(-1) if all blocks of corresponding
3962 *cp++ = NOFREE;