Searched refs:wrOnly (Results 1 – 1 of 1) sorted by relevance
3363 static int countValidCursors(BtShared *pBt, int wrOnly){ in countValidCursors() argument3367 if( (wrOnly==0 || (pCur->curFlags & BTCF_WriteFlag)!=0) in countValidCursors()