HomeSort by relevance Sort by last modified time
    Searched refs:CURSOR_REQUIRESEEK (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
btreeInt.h 519 ** CURSOR_REQUIRESEEK:
535 #define CURSOR_REQUIRESEEK 2
btree.c 563 ** and BtCursor.pKey. The cursor's state is set to CURSOR_REQUIRESEEK.
606 pCur->eState = CURSOR_REQUIRESEEK;
685 assert( pCur->eState>=CURSOR_REQUIRESEEK );
700 (p->eState>=CURSOR_REQUIRESEEK ? \
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 389 milliseconds