Searched refs:j_fdupcurs (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/dbinc/
H A Ddb_join.h24 DBC **j_fdupcurs; /* Cursors w/ first instances of current dup. */ member in struct:__join_cursor
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_join.c128 * j_fdupcurs is an array of cursors which point to the first
154 jc->j_fdupcurs = NULL;
164 &jc->j_fdupcurs)) != 0)
172 jc->j_fdupcurs[i] = NULL;
226 if (jc->j_fdupcurs != NULL)
227 __os_free(env, jc->j_fdupcurs);
447 * the first member of a duplicate duplicate set (j_fdupcurs[1..N]).
448 * Close all the cursors in j_fdupcurs; we'll reopen them the
452 if (jc->j_fdupcurs[i] != NULL &&
453 (ret = __dbc_close(jc->j_fdupcurs[
[all...]

Completed in 111 milliseconds