Searched refs:TableLock (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A DsqliteInt.h628 typedef struct TableLock TableLock; typedef in typeref:struct:TableLock
2208 TableLock *aTableLock; /* Required table locks for shared-cache mode */
H A Dbuild.c38 ** The TableLock structure is only used by the sqlite3TableLock() and
41 struct TableLock { struct
68 TableLock *p;
79 nBytes = sizeof(TableLock) * (pToplevel->nTableLock+1);
106 TableLock *p = &pParse->aTableLock[i];
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7608 typedef struct TableLock TableLock; typedef in typeref:struct:TableLock
10553 TableLock *aTableLock; /* Required table locks for shared-cache mode */
21779 /* 123 */ "TableLock",
76880 struct TableLock { struct
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c8813 typedef struct TableLock TableLock; typedef in typeref:struct:TableLock
11954 TableLock *aTableLock; /* Required table locks for shared-cache mode */
24040 /* 141 */ "TableLock" OpHelp("iDb=P1 root=P2 write=P3"),
86132 struct TableLock { struct
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8813 typedef struct TableLock TableLock; typedef in typeref:struct:TableLock
11954 TableLock *aTableLock; /* Required table locks for shared-cache mode */
24040 /* 141 */ "TableLock" OpHelp("iDb=P1 root=P2 write=P3"),
86152 struct TableLock { struct
[all...]

Completed in 2346 milliseconds