Searched refs:BI_DELETED (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dbtree.h74 #define BI_DELETED 0x01 /* Key/data pair only placeholder. */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_put.c121 if (!LF_ISSET(BI_DELETED) && data_size < t->re_len) {
359 * We do not have to handle deleted (BI_DELETED) records
362 DB_ASSERT(env, !LF_ISSET(BI_DELETED));
366 if (LF_ISSET(BI_DELETED)) {
H A Dbt_recno.c968 &nrecs, rdata, 0, BI_DELETED)) != 0)

Completed in 102 milliseconds