Home
last modified time | relevance | path

Searched refs:SQLITE_CountRows (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c18858 #define SQLITE_CountRows HI(0x00001) /* Count rows changed by INSERT, */ macro
133139 if( (db->flags & SQLITE_CountRows)!=0
139936 if( (db->flags & SQLITE_CountRows)!=0
141899 if( (db->flags & SQLITE_CountRows)!=0 ){
144171 /* iArg: */ SQLITE_CountRows },
160164 if( (db->flags&SQLITE_CountRows)!=0
161403 | SQLITE_Defensive | SQLITE_CountRows);