Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.h13465 int bNew,
H A Dsqlite3.c13786 int bNew,
233913 int bNew, /* True to hash the new.* PK */ argument
233932 if( bNew ){
240009 int bNew = 0; local
240013 while( SQLITE_ROW==sessionChangesetNext(pIter, &aRec, &nRec, &bNew) ){
240017 if( bNew ){
240022 bNew = 0;
240301 int bNew, argument
240312 (bNew && pGrp->cd.eOp==SQLITE_DELETE)
240313 || (!bNew && pGrp->cd.eOp==SQLITE_INSERT)
[all …]