Searched defs:sqlite3TableLock (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dbuild.c41 ** The TableLock structure is only used by the sqlite3TableLock() and
61 void sqlite3TableLock( function
99 ** statement (configured by calls to sqlite3TableLock()).
603 sqlite3TableLock(p, iDb, MASTER_ROOT, 1, SCHEMA_TABLE(iDb));
2333 sqlite3TableLock(pParse, iDb, pTab->tnum, 1, pTab->zName);
H A DsqliteInt.h2165 ** compiled. Function sqlite3TableLock() is used to add entries to the
3038 void sqlite3TableLock(Parse *, int, int, u8, const char *);
3040 #define sqlite3TableLock(v,w,x,y,z) macro
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c10525 ** compiled. Function sqlite3TableLock() is used to add entries to the
11398 SQLITE_PRIVATE void sqlite3TableLock(Parse *, int, int, u8, const char *);
11400 #define sqlite3TableLock(v,w,x,y,z) macro
77077 SQLITE_PRIVATE void sqlite3TableLock( function
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c11080 ** compiled. Function sqlite3TableLock() is used to add entries to the
11983 SQLITE_PRIVATE void sqlite3TableLock(Parse *, int, int, u8, const char *);
11985 #define sqlite3TableLock(v,w,x,y,z) macro
81254 SQLITE_PRIVATE void sqlite3TableLock( function
[all...]
/external/sqlite/dist/
H A Dsqlite3.c11080 ** compiled. Function sqlite3TableLock() is used to add entries to the
11983 SQLITE_PRIVATE void sqlite3TableLock(Parse *, int, int, u8, const char *);
11985 #define sqlite3TableLock(v,w,x,y,z) macro
81290 SQLITE_PRIVATE void sqlite3TableLock( function
[all...]

Completed in 409 milliseconds