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

/external/chromium_org/third_party/sqlite/src/src/
H A Dtokenize.c495 pParse->nTableLock = 0;
H A Dbuild.c71 for(i=0; i<pToplevel->nTableLock; i++){
79 nBytes = sizeof(TableLock) * (pToplevel->nTableLock+1);
83 p = &pToplevel->aTableLock[pToplevel->nTableLock++];
89 pToplevel->nTableLock = 0;
105 for(i=0; i<pParse->nTableLock; 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 */ 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 */ 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 */ 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 */ member in struct:Parse
[all...]

Completed in 1987 milliseconds