Searched refs:SQLITE_CountRows (Results 1 – 1 of 1) sorted by relevance
18858 #define SQLITE_CountRows HI(0x00001) /* Count rows changed by INSERT, */ macro133139 if( (db->flags & SQLITE_CountRows)!=0139936 if( (db->flags & SQLITE_CountRows)!=0141899 if( (db->flags & SQLITE_CountRows)!=0 ){144171 /* iArg: */ SQLITE_CountRows },160164 if( (db->flags&SQLITE_CountRows)!=0161403 | SQLITE_Defensive | SQLITE_CountRows);