Searched refs:itemname_sdbp (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_c/getting_started/
H A Dgettingstarted_common.c142 ret = open_database(&(my_stock->itemname_sdbp),
160 my_stock->itemname_sdbp, /* Secondary db */
175 my_stock->itemname_sdbp = NULL;
216 if (my_stock->itemname_sdbp != NULL) {
217 ret = my_stock->itemname_sdbp->close(my_stock->itemname_sdbp, 0);
H A Dgettingstarted_common.h35 DB *itemname_sdbp; /* Index based on the item name index */ member in struct:stock_dbs
H A Dexample_database_read.c139 my_stock->itemname_sdbp->cursor(my_stock->itemname_sdbp, NULL,

Completed in 97 milliseconds