Searched refs:B_DISSET (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_reclaim.c134 if (!B_DISSET(type) && B_TYPE(type) != B_DUPLICATE)
163 if (!B_DISSET(type))
175 if (!B_DISSET(GET_BKEYDATA(dbp, p, indx)->type))
H A Ddb_pr.c611 B_DISSET(GET_BKEYDATA(dbp, h, i + O_INDX)->type);
616 deleted = B_DISSET(GET_BKEYDATA(dbp, h, i)->type);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_rsearch.c185 if (!B_DISSET(GET_BKEYDATA(dbp, h,
409 if (!B_DISSET(
416 if (!B_DISSET(GET_BKEYDATA(dbp, h, indx)->type))
H A Dbt_search.c552 while (B_DISSET(GET_BKEYDATA(dbp,
557 while (B_DISSET(GET_BKEYDATA(dbp,
567 if (B_DISSET(GET_BKEYDATA(dbp, h, indx + deloffset)->type)) {
582 if (!B_DISSET(
H A Dbt_stat.c348 if (B_DISSET(type))
383 if (!B_DISSET(type)) {
404 if (!B_DISSET(GET_BKEYDATA(dbp, h, indx)->type))
H A Dbt_put.c331 was_deleted = B_DISSET(bk->type);
646 &LSN(h), (u_int32_t)indx, (u_int32_t)B_DISSET(bk->type),
830 if (dbp->dup_compare == NULL && B_DISSET(bk->type)) {
H A Dbt_recno.c249 if (B_DISSET(GET_BKEYDATA(dbp, cp->page, cp->indx)->type)) {
507 if (B_DISSET(GET_BKEYDATA(dbp, cp->page, cp->indx)->type))
1299 !B_DISSET(GET_BKEYDATA(dbc->dbp, cp->page, cp->indx)->type)) {
H A Dbt_verify.c249 if (B_DISSET(bk->type))
672 if (B_DISSET(bk->type) && TYPE(h) != P_LRECNO) {
2132 if (!LF_ISSET(DB_AGGRESSIVE) && B_DISSET(bk->type))
H A Dbt_cursor.c119 B_DISSET(GET_BKEYDATA(dbp, page, \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Ddb_page.h534 #define B_DISSET(t) ((t) & B_DELETE) macro

Completed in 106 milliseconds