Searched refs:inventory_dbp (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_c/getting_started/
H A Dgettingstarted_common.c126 ret = open_database(&(my_stock->inventory_dbp),
157 my_stock->inventory_dbp->associate(
158 my_stock->inventory_dbp, /* Primary db */
173 my_stock->inventory_dbp = NULL;
223 if (my_stock->inventory_dbp != NULL) {
224 ret = my_stock->inventory_dbp->close(my_stock->inventory_dbp, 0);
H A Dgettingstarted_common.h33 DB *inventory_dbp; /* Database containing inventory information */ member in struct:stock_dbs
H A Dexample_database_read.c97 my_stock->inventory_dbp->cursor(my_stock->inventory_dbp, NULL,
H A Dexample_database_load.c267 my_stock.vendor_dbp->put(my_stock.inventory_dbp, 0, &key, &data, 0);

Completed in 53 milliseconds