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

/macosx-10.10.1/BerkeleyDB-21/db/dbinc/
H A Ddb_join.h22 u_int8_t *j_exhausted; /* Array of flags; is cursor i exhausted? */ member in struct:__join_cursor
/macosx-10.10.1/BerkeleyDB-21/db/db/
H A Ddb_join.c143 * j_exhausted is a list of boolean values which represent
155 jc->j_exhausted = NULL;
167 &jc->j_exhausted)) != 0)
173 jc->j_exhausted[i] = 0;
228 if (jc->j_exhausted != NULL)
229 __os_free(env, jc->j_exhausted);
426 opmods | (jc->j_exhausted[0] ? DB_NEXT_DUP : DB_CURRENT));
445 * If jc->j_exhausted[0] == 1, we've just advanced the first cursor,
461 * to __db_join_get, and we signal this by setting jc->j_exhausted[0]
464 * Otherwise, reset jc->j_exhausted[
[all...]

Completed in 189 milliseconds