Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c17782 #define SQLITE_CountRows HI(0x00001) /* Count rows changed by INSERT, */ macro
127314 if( (db->flags & SQLITE_CountRows)!=0
133181 if( (db->flags & SQLITE_CountRows)!=0
135138 if( (db->flags & SQLITE_CountRows)!=0 ){
137366 /* iArg: */ SQLITE_CountRows },
152719 if( (db->flags&SQLITE_CountRows)!=0
153938 | SQLITE_Defensive | SQLITE_CountRows);