Searched refs:STK_CLRDBC (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_recno.c310 err: if (stack && (t_ret = __bam_stkrel(dbc, STK_CLRDBC)) != 0 && ret == 0)
511 (void)__bam_stkrel(dbc, STK_CLRDBC);
523 (void)__bam_stkrel(dbc, STK_CLRDBC);
544 (void)__bam_stkrel(dbc, STK_CLRDBC);
656 t_ret = __bam_stkrel(dbc, STK_CLRDBC);
1340 (void)__bam_stkrel(dbc, STK_CLRDBC);
1352 err: if (stack && (t_ret = __bam_stkrel(dbc, STK_CLRDBC)) != 0 && ret == 0)
H A Dbt_compact.c928 sflag = STK_CLRDBC;
1304 done: ret = __bam_stkrel(ndbc, STK_CLRDBC);
1399 if ((ret = __bam_stkrel(dbc, STK_CLRDBC | STK_PGONLY)) != 0)
1696 if ((ret = __bam_stkrel(dbc, STK_CLRDBC)) != 0)
H A Dbt_search.c651 if (LF_ISSET(STK_CLRDBC) && cp->page == epg->page) {
H A Dbt_cursor.c1987 ret = __bam_stkrel(dbc, STK_CLRDBC | STK_NOLOCK);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dbtree.h77 #define STK_CLRDBC 0x01 /* Clear dbc->page reference. */ macro

Completed in 111 milliseconds