HomeSort by relevance Sort by last modified time
    Searched defs:xLock (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h 525 ** argument to calls it makes to the xLock() and xUnlock() methods
601 ** The integer values to xLock() and xUnlock() are one of
609 ** xLock() increases the lock. xUnlock() decreases the lock.
678 int (*xLock)(sqlite3_file*, int);
    [all...]
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.h 578 ** argument to calls it makes to the xLock() and xUnlock() methods
655 ** The integer values to xLock() and xUnlock() are one of
663 ** xLock() increases the lock. xUnlock() decreases the lock.
    [all...]
sqlite3.c 693 ** argument to calls it makes to the xLock() and xUnlock() methods
    [all...]
  /external/sqlite/dist/
sqlite3.h 578 ** argument to calls it makes to the xLock() and xUnlock() methods
655 ** The integer values to xLock() and xUnlock() are one of
663 ** xLock() increases the lock. xUnlock() decreases the lock.
    [all...]
sqlite3.c 693 ** argument to calls it makes to the xLock() and xUnlock() methods
    [all...]

Completed in 4612 milliseconds