Home | History | Annotate | Download | only in db

Lines Matching refs:R_CURSOR

223                         if (flags == R_CURSOR) {
238 if (flags == R_CURSOR) {
305 if ((type != DB_RECNO) && (flags != R_CURSOR))
311 if ((type != DB_RECNO) && (flags != R_CURSOR))
440 else if (flags != R_CURSOR)
482 else if (flags == R_CURSOR)
567 if (!strcmp(s, "R_CURSOR")) return R_CURSOR;
585 case R_CURSOR: return "R_CURSOR";