Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlcipher/
Dsqlite3.c17882 #define SQLITE_CountRows HI(0x00001) /* Count rows changed by INSERT, */ macro
108040 …b->flags &= ~(u64)(SQLITE_ForeignKeys | SQLITE_ReverseOrder | SQLITE_Defensive | SQLITE_CountRows);
132762 if( (db->flags & SQLITE_CountRows)!=0
138640 if( (db->flags & SQLITE_CountRows)!=0
140600 if( (db->flags & SQLITE_CountRows)!=0 ){
142829 /* iArg: */ SQLITE_CountRows },
158323 if( (db->flags&SQLITE_CountRows)!=0
159558 | SQLITE_Defensive | SQLITE_CountRows);
/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/
H A Dsqlite3.c17701 #define SQLITE_CountRows HI(0x00001) /* Count rows changed by INSERT, */ macro
126981 if( (db->flags & SQLITE_CountRows)!=0
132848 if( (db->flags & SQLITE_CountRows)!=0
134805 if( (db->flags & SQLITE_CountRows)!=0 ){
137033 /* iArg: */ SQLITE_CountRows },
152393 if( (db->flags&SQLITE_CountRows)!=0
153625 | SQLITE_Defensive | SQLITE_CountRows);
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c17836 #define SQLITE_CountRows HI(0x00001) /* Count rows changed by INSERT, */ macro
128059 if( (db->flags & SQLITE_CountRows)!=0
134130 if( (db->flags & SQLITE_CountRows)!=0
136090 if( (db->flags & SQLITE_CountRows)!=0 ){
138318 /* iArg: */ SQLITE_CountRows },
153930 if( (db->flags&SQLITE_CountRows)!=0
155165 | SQLITE_Defensive | SQLITE_CountRows);
/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/orig/
H A Dsqlite3.c17701 #define SQLITE_CountRows HI(0x00001) /* Count rows changed by INSERT, */ macro
126965 if( (db->flags & SQLITE_CountRows)!=0
132832 if( (db->flags & SQLITE_CountRows)!=0
134789 if( (db->flags & SQLITE_CountRows)!=0 ){
137017 /* iArg: */ SQLITE_CountRows },
152377 if( (db->flags&SQLITE_CountRows)!=0
153609 | SQLITE_Defensive | SQLITE_CountRows);