Searched refs:SQLITE_CountRows (Results 1 – 1 of 1) sorted by relevance
17782 #define SQLITE_CountRows HI(0x00001) /* Count rows changed by INSERT, */ macro127314 if( (db->flags & SQLITE_CountRows)!=0133181 if( (db->flags & SQLITE_CountRows)!=0135138 if( (db->flags & SQLITE_CountRows)!=0 ){137366 /* iArg: */ SQLITE_CountRows },152719 if( (db->flags&SQLITE_CountRows)!=0153938 | SQLITE_Defensive | SQLITE_CountRows);