Searched refs:STOCK_DBS (Results 1 - 4 of 4) 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.h41 } STOCK_DBS; typedef in typeref:struct:stock_dbs
55 int databases_close(STOCK_DBS *);
56 int databases_setup(STOCK_DBS *, const char *, FILE *);
57 void initialize_stockdbs(STOCK_DBS *);
59 void set_db_filenames(STOCK_DBS *my_stock);
H A Dexample_database_read.c12 int show_all_records(STOCK_DBS *);
13 int show_records(STOCK_DBS *, char *);
39 STOCK_DBS my_stock;
43 /* Initialize the STOCK_DBS struct */
85 int show_all_records(STOCK_DBS *my_stock)
127 show_records(STOCK_DBS *my_stock, char *itemname)
H A Dgettingstarted_common.c108 databases_setup(STOCK_DBS *my_stock, const char *program_name,
168 /* Initializes the STOCK_DBS struct.*/
170 initialize_stockdbs(STOCK_DBS *my_stock)
183 set_db_filenames(STOCK_DBS *my_stock)
209 databases_close(STOCK_DBS *my_stock)
H A Dexample_database_load.c11 int load_vendors_database(STOCK_DBS, char *);
13 int load_inventory_database(STOCK_DBS, char *);
34 STOCK_DBS my_stock;
39 /* Initialize the STOCK_DBS struct */
110 load_vendors_database(STOCK_DBS my_stock, char *vendor_file)
197 load_inventory_database(STOCK_DBS my_stock, char *inventory_file)

Completed in 73 milliseconds