Searched refs:dbtb (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_db_pkg.c3594 tcl_bt_compare(dbp, dbta, dbtb)
3596 const DBT *dbta, *dbtb;
3598 return (tcl_compare_callback(dbp, dbta, dbtb,
3603 tcl_dup_compare(dbp, dbta, dbtb)
3605 const DBT *dbta, *dbtb;
3607 return (tcl_compare_callback(dbp, dbta, dbtb,
3619 tcl_compare_callback(dbp, dbta, dbtb, procobj, errname)
3621 const DBT *dbta, *dbtb;
3641 b = Tcl_NewByteArrayObj(dbtb->data, (int)dbtb
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_verify.c862 DBT dbta, dbtb, dup_1, dup_2, *p1, *p2, *tmp; local
890 memset(&dbtb, 0, sizeof(DBT));
891 F_SET(&dbtb, DB_DBT_REALLOC);
910 * We alternate our use of dbta and dbtb so that we can walk
915 p2 = &dbtb;

Completed in 84 milliseconds