Searched defs:__cursor (Results 1 – 1 of 1) sorted by relevance
174 struct __cursor { struct175 DBC *dbc; /* Enclosing DBC. */178 EPG *sp; /* Stack pointer. */179 EPG *csp; /* Current stack entry. */180 EPG *esp; /* End stack pointer. */181 EPG stack[5];184 PAGE *page; /* Cursor page. */186 db_pgno_t pgno; /* Page. */187 db_indx_t indx; /* Page item ref'd by the cursor. */189 db_pgno_t dpgno; /* Duplicate page. */[all …]