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