Searched refs:SQLITE_CountRows (Results 1 – 1 of 1) sorted by relevance
16660 #define SQLITE_CountRows HI(0x00001) /* Count rows changed by INSERT, */ macro119598 if( (db->flags & SQLITE_CountRows)!=0125027 if( (db->flags & SQLITE_CountRows)!=0126980 if( (db->flags & SQLITE_CountRows)!=0 ){129112 /* iArg: */ SQLITE_CountRows },143061 if( (db->flags&SQLITE_CountRows)!=0144262 | SQLITE_Defensive | SQLITE_CountRows);