Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dbackup.c230 int bUpdate /* True for an update, false otherwise */ in backupOnePage() argument
277 if( iOff==0 && bUpdate==0 ){ in backupOnePage()
H A Dshell.c.in7071 int bUpdate, /* true for a --create. */ argument
7136 if( bUpdate==0 ){
/sqlite-3.40.0/ext/misc/
H A Dzipfile.c1563 int bUpdate = 0; /* True for an update that modifies "name" */ in zipfileUpdate() local
1579 bUpdate = 1; in zipfileUpdate()
1666 if( (pOld==0 || bUpdate) && rc==SQLITE_OK ){ in zipfileUpdate()