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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_join.c20 static int __db_join_get __P((DBC *, DBT *, DBT *, u_int32_t));
131 * __db_join_get correctly return duplicate duplicates; i.e., if a
134 * the other cursors, successive calls to __db_join_get need to
138 * that datum, so __db_join_get will return all the dup-dups again.
360 ret = __db_join_get(dbc, key, data, flags);
371 __db_join_get(dbc, key_arg, data_arg, flags) function
461 * to __db_join_get, and we signal this by setting jc->j_exhausted[0]
892 * in __db_join_get, DB_RMW and DB_READ_UNCOMMITTED. The former is an

Completed in 115 milliseconds