Searched refs:get_errno (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/getting_started/
H A Dexcxx_example_database_read.cpp90 return (e.get_errno());
135 itemnameSDB.getDb().err(e.get_errno(), "Error in show_item");
172 inventoryDB.getDb().err(e.get_errno(), "Error in show_all_records");
221 vendorDB.getDb().err(e.get_errno(), "Error in show_vendor");
H A Dexcxx_example_database_load.cpp100 return (e.get_errno());
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/excxx_repquote/
H A DRepQuoteExample.cpp125 if (e.get_errno() == DB_REP_LOCKOUT) {
127 } else if (e.get_errno() == ENOENT && !creating) {
359 if (e.get_errno() == DB_REP_LOCKOUT) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/cxx/
H A Dcxx_except.cpp124 int DbException::get_errno() const function in class:DbException
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb_cxx.h1090 int get_errno() const;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb_cxx.h1091 int get_errno() const;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb_cxx.h1091 int get_errno() const;

Completed in 174 milliseconds