Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c16393 typedef struct TableLock TableLock; typedef
20925 TableLock *aTableLock; /* Required table locks for shared-cache mode */
126357 struct TableLock { struct
126384 TableLock *p; argument
126397 nBytes = sizeof(TableLock) * (pToplevel->nTableLock+1);
126433 TableLock *p = &pParse->aTableLock[i];