Lines Matching full:tablelock
8155 typedef struct TableLock TableLock;
11125 TableLock *aTableLock; /* Required table locks for shared-cache mode */
22648 /* 131 */ "TableLock",
70581 /* Opcode: TableLock P1 P2 P3 P4 *
81234 ** The TableLock structure is only used by the sqlite3TableLock() and
81237 struct TableLock {
81264 TableLock *p;
81275 nBytes = sizeof(TableLock) * (pToplevel->nTableLock+1);
81302 TableLock *p = &pParse->aTableLock[i];