Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c9568 #define SQLITE_CountRows 0x00001000 /* Count rows changed by INSERT, */ macro
64632 assert( db->flags&SQLITE_CountRows );
64652 assert( p->iStatement==0 || db->flags&SQLITE_CountRows );
83739 if( db->flags & SQLITE_CountRows ){
83778 if( db->flags & SQLITE_CountRows ){
83838 if( (db->flags&SQLITE_CountRows) && !pParse->nested && !pParse->pTriggerTab ){
87628 if( db->flags & SQLITE_CountRows ){
87870 if( (db->flags & SQLITE_CountRows)!=0 ){
90132 { "count_changes", SQLITE_CountRows },
98593 if( (db->flags & SQLITE_CountRows) && !pParse->pTriggerTab ){
[all …]
/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.c16982 #define SQLITE_CountRows HI(0x00001) /* Count rows changed by INSERT, */ macro
86584 assert( db->flags&SQLITE_CountRows );
86604 assert( p->iStatement==0 || db->flags&SQLITE_CountRows );
116065 if( (db->flags & SQLITE_CountRows)!=0
121100 if( (db->flags & SQLITE_CountRows)!=0
122881 if( (db->flags & SQLITE_CountRows)!=0 ){
124949 /* iArg: */ SQLITE_CountRows },
137538 if( (db->flags&SQLITE_CountRows)!=0
138579 | SQLITE_Defensive | SQLITE_CountRows);