Home
last modified time | relevance | path

Searched refs:cursor_search_near (Results 1 – 8 of 8) sorted by relevance

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/examples/c/
H A Dex_cursor.c37 int cursor_search_near(WT_CURSOR *cursor);
103 cursor_search_near(WT_CURSOR *cursor) in cursor_search_near() function
203 error_check(cursor_search_near(cursor)); in main()
H A Dex_all.c45 static void cursor_search_near(WT_CURSOR *cursor);
278 cursor_search_near(cursor); in cursor_ops()
440 cursor_search_near(WT_CURSOR *cursor) in cursor_search_near() function
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/examples/java/com/wiredtiger/examples/
H A Dex_cursor.java101 cursor_search_near(Cursor cursor) in cursor_search_near() method in ex_cursor
252 ret = cursor_search_near(cursor); in cursorExample()
H A Dex_all.java238 cursor_search_near(cursor); in cursor_ops()
353 cursor_search_near(Cursor cursor) in cursor_search_near() method in ex_all
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/cursor/
H A Dcur_ds.c297 WT_STAT_CONN_INCR(session, cursor_search_near); in __curds_search_near()
298 WT_STAT_DATA_INCR(session, cursor_search_near); in __curds_search_near()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/support/
H A Dstat.c313 stats->cursor_search_near = 0; in __wt_stat_dsrc_clear_single()
498 to->cursor_search_near += from->cursor_search_near; in __wt_stat_dsrc_aggregate_single()
716 to->cursor_search_near += WT_STAT_READ(from, cursor_search_near); in __wt_stat_dsrc_aggregate()
1307 stats->cursor_search_near = 0; in __wt_stat_connection_clear_single()
1761 to->cursor_search_near += WT_STAT_READ(from, cursor_search_near); in __wt_stat_connection_aggregate()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/include/
H A Dstat.h471 int64_t cursor_search_near; member
811 int64_t cursor_search_near; member
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/btree/
H A Dbt_cursor.c592 WT_STAT_CONN_INCR(session, cursor_search_near); in __wt_btcur_search_near()
593 WT_STAT_DATA_INCR(session, cursor_search_near); in __wt_btcur_search_near()