Home | History | Annotate | Download | only in dist

Lines Matching refs:TableLock

7389 typedef struct TableLock TableLock;
10320 TableLock *aTableLock; /* Required table locks for shared-cache mode */
21423 /* 123 */ "TableLock",
65922 /* Opcode: TableLock P1 P2 P3 P4 *
74888 ** The TableLock structure is only used by the sqlite3TableLock() and
74891 struct TableLock {
74918 TableLock *p;
74929 nBytes = sizeof(TableLock) * (pToplevel->nTableLock+1);
74956 TableLock *p = &pParse->aTableLock[i];