Searched refs:show_all_records (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/BerkeleyDB-21/db/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
/macosx-10.10.1/BerkeleyDB-21/db/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 52 milliseconds