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/
sqlite3.h 526 ** argument to calls it makes to the xLock() and xUnlock() methods
602 ** The integer values to xLock() and xUnlock() are one of
610 ** xLock() increases the lock. xUnlock() decreases the lock.
677 int (*xLock)(sqlite3_file*, int);
    [all...]
sqlite3.h.orig 523 ** argument to calls it makes to the xLock() and xUnlock() methods
599 ** The integer values to xLock() and xUnlock() are one of
607 ** xLock() increases the lock. xUnlock() decreases the lock.
674 int (*xLock)(sqlite3_file*, int);
    [all...]
sqlite3.c     [all...]
sqlite3.c.orig     [all...]

Completed in 27 milliseconds