Searched defs:_cursor (Results 1 – 2 of 2) sorted by relevance
273 typedef struct _cursor { struct274 EPGNO pg; /* B: Saved tree reference. */275 DBT key; /* B: Saved key, or key.data == NULL. */276 recno_t rcursor; /* R: recno cursor (1-based) */282 u_int8_t flags;
1009 int _cursor; /* visibility of the cursor */ member