Lines Matching refs:RFALSE

145 	RFALSE(count > 2, "too many children (%d) are to be inserted", count);
146 RFALSE(B_FREE_SPACE(cur) < count * (KEY_SIZE + DC_SIZE),
215 RFALSE(cur == NULL, "buffer is 0");
216 RFALSE(del_num < 0,
218 RFALSE(first_p < 0 || first_p + del_num > B_NR_ITEMS(cur) + 1
231 RFALSE(first_i != 0,
237 RFALSE(first_i + del_num > B_NR_ITEMS(cur),
316 RFALSE(dest == NULL || src == NULL,
318 RFALSE(last_first != FIRST_TO_LAST && last_first != LAST_TO_FIRST,
320 RFALSE(nr_src < cpy_num - 1,
322 RFALSE(cpy_num < 0, "cpy_num less than 0 (%d)", cpy_num);
323 RFALSE(cpy_num - 1 + B_NR_ITEMS(dest) > (int)MAX_NR_KEY(dest),
439 RFALSE(dest == NULL || src == NULL,
441 RFALSE(dest_position_before < 0 || src_position < 0,
444 RFALSE(dest_position_before > B_NR_ITEMS(dest) ||
449 RFALSE(B_FREE_SPACE(dest) < KEY_SIZE,
585 RFALSE(src_bi.bi_bh != PATH_H_PBUFFER(tb->tb_path, h) /*tb->S[h] */ ||
650 RFALSE(tb->blknum[h] > 1,
660 RFALSE(n
664 RFALSE(bi.bi_parent, "root has parent (%p)",
699 RFALSE(tb->rnum[h] != 0,
711 RFALSE(tb->lnum[h] != 0,
723 RFALSE(tb->rnum[h] != 0,
733 RFALSE(tb->lnum[h] != 0,
742 RFALSE(tb->rnum[h] == 0 || tb->lnum[h] + tb->rnum[h] != n + 1,
762 RFALSE(tb->L[h] == NULL || tb->CFL[h] == NULL,
777 RFALSE(tb->R[h] == NULL || tb->CFR[h] == NULL,
780 RFALSE(B_NR_ITEMS(tb->R[h]) == 0,
825 RFALSE(h < 1, "h (%d) can not be < 1 on internal level", h);
840 RFALSE(insert_num < -2 || insert_num > 2,
843 RFALSE(h > 1 && (insert_num > 1 || insert_num < -1),
990 RFALSE(tb->blknum[h] > 2, "blknum can not be > 2 for internal level");
991 RFALSE(tb->blknum[h] < 0, "blknum can not be < 0");
994 RFALSE(!tbSh, "S[h] is equal NULL");
1136 RFALSE(!buffer_journaled(S_new) || buffer_journal_dirty(S_new)