Searched refs:aTableLock (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dtokenize.c493 sqlite3DbFree(db, pParse->aTableLock);
494 pParse->aTableLock = 0;
H A Dbuild.c72 p = &pToplevel->aTableLock[i];
80 pToplevel->aTableLock =
81 sqlite3DbReallocOrFree(pToplevel->db, pToplevel->aTableLock, nBytes);
82 if( pToplevel->aTableLock ){
83 p = &pToplevel->aTableLock[pToplevel->nTableLock++];
106 TableLock *p = &pParse->aTableLock[i];
H A DsqliteInt.h2162 ** The nTableLock and aTableLock variables are only used if the shared-cache
2207 int nTableLock; /* Number of locks in aTableLock */
2208 TableLock *aTableLock; /* Required table locks for shared-cache mode */ member in struct:Parse
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c10507 ** The nTableLock and aTableLock variables are only used if the shared-cache
10552 int nTableLock; /* Number of locks in aTableLock */
10553 TableLock *aTableLock; /* Required table locks for shared-cache mode */ member in struct:Parse
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c11901 ** The nTableLock and aTableLock variables are only used if the shared-cache
11953 int nTableLock; /* Number of locks in aTableLock */
11954 TableLock *aTableLock; /* Required table locks for shared-cache mode */ member in struct:Parse
[all...]
/external/sqlite/dist/
H A Dsqlite3.c11901 ** The nTableLock and aTableLock variables are only used if the shared-cache
11953 int nTableLock; /* Number of locks in aTableLock */
11954 TableLock *aTableLock; /* Required table locks for shared-cache mode */ member in struct:Parse
[all...]

Completed in 509 milliseconds