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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_c/getting_started/
H A Dexample_database_read.c109 ret = show_vendor_record(the_vendor, my_stock->vendor_dbp);
162 ret = show_vendor_record(the_vendor, my_stock->vendor_dbp);
234 show_vendor_record(char *vendor_name, DB *vendor_dbp) argument
260 ret = vendor_dbp->get(vendor_dbp, NULL, &key, &data, 0);
262 vendor_dbp->err(vendor_dbp, ret, "Error searching for vendor: '%s'",
H A Dgettingstarted_common.c114 ret = open_database(&(my_stock->vendor_dbp),
174 my_stock->vendor_dbp = NULL;
230 if (my_stock->vendor_dbp != NULL) {
231 ret = my_stock->vendor_dbp->close(my_stock->vendor_dbp, 0);
H A Dgettingstarted_common.h34 DB *vendor_dbp; /* Database containing vendor information */ member in struct:stock_dbs
H A Dexample_database_load.c164 my_stock.vendor_dbp->put(my_stock.vendor_dbp, 0, &key, &data, 0);
267 my_stock.vendor_dbp->put(my_stock.inventory_dbp, 0, &key, &data, 0);

Completed in 89 milliseconds