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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/dbinc/
H A Ddb_join.h23 DBC **j_curslist; /* Array of cursors in the join: constant. */ member in struct:__join_cursor
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/dbinc/
H A Ddb_join.h23 DBC **j_curslist; /* Array of cursors in the join: constant. */ member in struct:__join_cursor
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/dbinc/
H A Ddb_join.h23 DBC **j_curslist; /* Array of cursors in the join: constant. */ member in struct:__join_cursor
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/db/
H A Ddb_join.c31 #define SORTED_SET(jc, n) ((jc)->j_curslist[(n)]->dbp->dup_compare != NULL)
100 for (jc->j_curslist = curslist;
101 *jc->j_curslist != NULL; jc->j_curslist++)
109 ncurs = (size_t)(jc->j_curslist - curslist);
115 * j_curslist is the initial NULL-terminated list of cursors passed
123 * work with. They're lazily c_dup'ed from j_curslist as we need
139 * We could just reset them to the original cursor from j_curslist,
152 jc->j_curslist = NULL;
158 &jc->j_curslist)) !
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db/
H A Ddb_join.c31 #define SORTED_SET(jc, n) ((jc)->j_curslist[(n)]->dbp->dup_compare != NULL)
100 for (jc->j_curslist = curslist;
101 *jc->j_curslist != NULL; jc->j_curslist++)
109 ncurs = (size_t)(jc->j_curslist - curslist);
115 * j_curslist is the initial NULL-terminated list of cursors passed
123 * work with. They're lazily c_dup'ed from j_curslist as we need
139 * We could just reset them to the original cursor from j_curslist,
152 jc->j_curslist = NULL;
158 &jc->j_curslist)) !
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db/
H A Ddb_join.c31 #define SORTED_SET(jc, n) ((jc)->j_curslist[(n)]->dbp->dup_compare != NULL)
100 for (jc->j_curslist = curslist;
101 *jc->j_curslist != NULL; jc->j_curslist++)
109 ncurs = (size_t)(jc->j_curslist - curslist);
115 * j_curslist is the initial NULL-terminated list of cursors passed
123 * work with. They're lazily c_dup'ed from j_curslist as we need
139 * We could just reset them to the original cursor from j_curslist,
152 jc->j_curslist = NULL;
158 &jc->j_curslist)) !
[all...]

Completed in 75 milliseconds