Home
last modified time | relevance | path

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

/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c16448 #define SQLITE_CountRows 0x00000080 /* Count rows changed by INSERT, */ macro
84971 assert( db->flags&SQLITE_CountRows );
84991 assert( p->iStatement==0 || db->flags&SQLITE_CountRows );
112414 if( (db->flags & SQLITE_CountRows)!=0
117257 if( (db->flags & SQLITE_CountRows)!=0
118756 if( (db->flags & SQLITE_CountRows)!=0 ){
120766 /* iArg: */ SQLITE_CountRows },
133080 if( (db->flags&SQLITE_CountRows)!=0
134076 | SQLITE_Defensive | SQLITE_CountRows);

Completed in 471 milliseconds