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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr015/
H A DTestSimpleAccess.cpp35 Dbt *goodkeydbt = new Dbt((char *)"key", 4); local
42 if ((ret = db->get(NULL, goodkeydbt, resultdbt, 0)) != 0) {
H A DTestTruncate.cpp35 Dbt *goodkeydbt = new Dbt((char*)"key", 4); local
42 if ((ret = db->get(NULL, goodkeydbt, resultdbt, 0)) != 0) {
66 if ((ret = db->get(NULL, goodkeydbt, resultdbt, 0)) != 0) {

Completed in 26 milliseconds