Lines Matching refs:bEnable
11102 SQLITE_API int sqlite3session_enable(sqlite3_session *pSession, int bEnable);
215561 int bEnable; /* True if currently recording */
217024 if( pSession->bEnable==0 ) continue;
217365 pNew->bEnable = 1;
218242 SQLITE_API int sqlite3session_enable(sqlite3_session *pSession, int bEnable){
218245 if( bEnable>=0 ){
218246 pSession->bEnable = bEnable;
218248 ret = pSession->bEnable;