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

/external/chromium_org/third_party/sqlite/src/src/
H A Ddelete.c341 if( db->flags & SQLITE_CountRows ){
378 if( db->flags & SQLITE_CountRows ){
437 if( (db->flags&SQLITE_CountRows) && !pParse->nested && !pParse->pTriggerTab ){
H A Dupdate.c331 if( (db->flags & SQLITE_CountRows) && !pParse->pTriggerTab ){
514 if( (db->flags & SQLITE_CountRows) && !pParse->pTriggerTab){
548 if( (db->flags&SQLITE_CountRows) && !pParse->pTriggerTab && !pParse->nested ){
H A Dinsert.c748 if( db->flags & SQLITE_CountRows ){
989 if( (db->flags & SQLITE_CountRows)!=0 ){
1034 if( (db->flags&SQLITE_CountRows) && !pParse->nested && !pParse->pTriggerTab ){
H A Dpragma.c171 { "count_changes", SQLITE_CountRows },
H A DsqliteInt.h920 #define SQLITE_CountRows 0x00001000 /* Count rows changed by INSERT, */ macro
H A Dvdbe.c1095 assert( db->flags&SQLITE_CountRows );
1100 /* If the SQLITE_CountRows flag is set in sqlite3.flags mask, then
1115 assert( p->iStatement==0 || db->flags&SQLITE_CountRows );
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c9265 #define SQLITE_CountRows 0x00001000 /* Count rows changed by INSERT, */ macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c10559 #define SQLITE_CountRows 0x00000080 /* Count rows changed by INSERT, */ macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c10559 #define SQLITE_CountRows 0x00000080 /* Count rows changed by INSERT, */ macro
[all...]

Completed in 1051 milliseconds