Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dbtree.c182 int isIndex, /* True if iRoot is the root of an index b-tree */ in hasSharedCacheTableLock() argument
204 if( isIndex && (!pSchema || (pSchema->schemaFlags&DB_SchemaLoaded)==0) ){ in hasSharedCacheTableLock()
212 if( isIndex ){ in hasSharedCacheTableLock()