Home
last modified time | relevance | path

Searched refs:WT_CURSOR_JOIN (Results 1 – 6 of 6) sorted by relevance

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/cursor/
H A Dcur_join.c89 WT_CURSOR_JOIN *parent; in __curjoin_iter_close_all()
141 WT_CURSOR_JOIN *cjoin, *topjoin; in __curjoin_iter_set_entry()
319 WT_CURSOR_JOIN *cjoin; in __curjoin_close()
326 cjoin = (WT_CURSOR_JOIN *)cursor; in __curjoin_close()
702 WT_CURSOR_JOIN *cjoin; in __curjoin_get_key()
707 cjoin = (WT_CURSOR_JOIN *)cursor; in __curjoin_get_key()
729 WT_CURSOR_JOIN *cjoin; in __curjoin_get_value()
1080 WT_CURSOR_JOIN *cjoin; in __curjoin_next()
1215 WT_CURSOR_JOIN *cjoin; in __curjoin_reset()
1315 WT_CURSOR_JOIN *cjoin; in __wt_curjoin_open()
[all …]
H A Dcur_stat.c438 WT_CURSOR_JOIN *cjoin; in __curstat_join_next_set()
495 WT_CURSOR_JOIN *cjoin; in __curstat_join_init()
504 cjoin = (WT_CURSOR_JOIN *)curjoin; in __curstat_join_init()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/include/
H A Dcursor.h332 WT_CURSOR_JOIN *cjoin;
381 WT_CURSOR_JOIN *subjoin; /* a nested join clause */
409 WT_CURSOR_JOIN *parent; /* parent of nested group */
467 WT_CURSOR_JOIN *join_cursor;
H A Dwt_internal.h145 typedef struct __wt_cursor_join WT_CURSOR_JOIN; typedef
H A Dextern.h314 extern int __wt_curjoin_join(WT_SESSION_IMPL *session, WT_CURSOR_JOIN *cjoin, WT_INDEX *idx, WT_CUR…
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/session/
H A Dsession_api.c1111 WT_CURSOR_JOIN *cjoin; in __session_join()
1145 table = ((WT_CURSOR_JOIN *)ref_cursor)->table; in __session_join()
1154 cjoin = (WT_CURSOR_JOIN *)join_cursor; in __session_join()