Searched refs:dbta (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;
3639 a = Tcl_NewByteArrayObj(dbta->data, (int)dbta
[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
887 memset(&dbta, 0, sizeof(DBT));
888 F_SET(&dbta, DB_DBT_REALLOC);
910 * We alternate our use of dbta and dbtb so that we can walk
914 p1 = &dbta;

Completed in 50 milliseconds