Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dbtree.c3363 static int countValidCursors(BtShared *pBt, int wrOnly){ in countValidCursors() argument
3367 if( (wrOnly==0 || (pCur->curFlags & BTCF_WriteFlag)!=0) in countValidCursors()