Home | History | Annotate | Download | only in back-wt

Lines Matching refs:cursor

39 	WT_CURSOR *cursor,
58 cursor->set_key(cursor, &key, 0);
59 rc = cursor->search_near(cursor, &exact);
74 rc = cursor->get_key(cursor, &key2, &id);
88 rc = cursor->next(cursor);
99 rc = cursor->next(cursor);
122 WT_CURSOR *cursor,
135 cursor->set_key(cursor, &item, id);
136 cursor->set_value(cursor, NULL);
140 rc = cursor->insert(cursor);
144 rc = cursor->remove(cursor);