Searched refs:vendorDB (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_cxx/getting_started/
H A Dexcxx_example_database_read.cpp20 int show_item(MyDb &itemnameSDB, MyDb &vendorDB, std::string &itemName);
21 int show_all_records(MyDb &inventoryDB, MyDb &vendorDB);
22 int show_vendor(MyDb &vendorDB, const char *vendor);
73 MyDb vendorDB(databaseHome, vDbName);
84 show_all_records(inventoryDB, vendorDB);
86 show_item(itemnameSDB, vendorDB, itemName);
104 show_item(MyDb &itemnameSDB, MyDb &vendorDB, std::string &itemName) argument
127 show_vendor(vendorDB, inventoryItem.getVendor().c_str());
152 show_all_records(MyDb &inventoryDB, MyDb &vendorDB) argument
169 show_vendor(vendorDB, inventoryIte
189 show_vendor(MyDb &vendorDB, const char *vendor) argument
[all...]
H A Dexcxx_example_database_load.cpp83 MyDb vendorDB(databaseHome, vDbName);
96 loadVendorDB(vendorDB, vendorFile);
185 loadVendorDB(MyDb &vendorDB, std::string &vendorFile) argument
216 vendorDB.getDb().put(NULL, &key, &data, 0);

Completed in 52 milliseconds