Searched refs:show_all_records (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/examples_c/getting_started/
H A Dexample_database_read.c12 int show_all_records(STOCK_DBS *);
76 ret = show_all_records(&my_stock);
85 int show_all_records(STOCK_DBS *my_stock) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/getting_started/
H A Dexcxx_example_database_read.cpp21 int show_all_records(MyDb &inventoryDB, MyDb &vendorDB);
84 show_all_records(inventoryDB, vendorDB);
152 show_all_records(MyDb &inventoryDB, MyDb &vendorDB) function
172 inventoryDB.getDb().err(e.get_errno(), "Error in show_all_records");

Completed in 126 milliseconds