Searched refs:bRes (Results 1 – 3 of 3) sorted by relevance
171 int bRes = 0; in test_table_filter() local180 rc = Tcl_GetBooleanFromObj(p->interp, Tcl_GetObjResult(p->interp), &bRes); in test_table_filter()188 return bRes; in test_table_filter()
4217 int bRes = 0; /* Result to set *pbRes to */ in fts3IsAppendable() local4224 if( SQLITE_ROW==sqlite3_step(pCheck) ) bRes = 1; in fts3IsAppendable()4228 *pbRes = bRes; in fts3IsAppendable()
2613 int bRes = 0; /* Integer result of this command */ in test_atomic_batch_write() local2633 bRes = 1; in test_atomic_batch_write()2636 Tcl_SetObjResult(interp, Tcl_NewIntObj(bRes)); in test_atomic_batch_write()