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