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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/cxx/
H A Dcxx_dbc.cpp29 #define DBC_METHOD(_name, _argspec, _arglist, _retok) \ macro
48 DBC_METHOD(close, (void), (dbc), DB_RETOK_STD)
49 DBC_METHOD(count, (db_recno_t *countp, u_int32_t _flags),
51 DBC_METHOD(del, (u_int32_t _flags),
117 DBC_METHOD(put, (Dbt* key, Dbt *data, u_int32_t _flags),
119 DBC_METHOD(get_priority, (DB_CACHE_PRIORITY *priorityp),
121 DBC_METHOD(set_priority, (DB_CACHE_PRIORITY pri), (dbc, pri), DB_RETOK_STD)

Completed in 87 milliseconds