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

  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3.h 448 ** argument to calls it makes to the xLock() and xUnlock() methods
504 ** The integer values to xLock() and xUnlock() are one of
512 ** xLock() increases the lock. xUnlock() decreases the lock.
579 int (*xLock)(sqlite3_file*, int);
    [all...]
  /external/sqlite/dist/orig/
sqlite3.h 537 ** argument to calls it makes to the xLock() and xUnlock() methods
614 ** The integer values to xLock() and xUnlock() are one of
622 ** xLock() increases the lock. xUnlock() decreases the lock.
691 int (*xLock)(sqlite3_file*, int);
    [all...]
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.h 537 ** argument to calls it makes to the xLock() and xUnlock() methods
614 ** The integer values to xLock() and xUnlock() are one of
622 ** xLock() increases the lock. xUnlock() decreases the lock.
691 int (*xLock)(sqlite3_file*, int);
    [all...]
sqlite3.c     [all...]

Completed in 68 milliseconds