Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c16414 typedef struct TableLock TableLock; typedef
20947 TableLock *aTableLock; /* Required table locks for shared-cache mode */
126565 struct TableLock { struct
126592 TableLock *p; argument
126605 nBytes = sizeof(TableLock) * (pToplevel->nTableLock+1);
126641 TableLock *p = &pParse->aTableLock[i];