Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c10881 int bUpdate = 0; /* True for an update that modifies "name" */ in zipfileUpdate() local
10899 bUpdate = 1; in zipfileUpdate()
10986 if( (pOld==0 || bUpdate) && rc==SQLITE_OK ){ in zipfileUpdate()
24207 int bUpdate, /* true for a --create. */ in arCreateOrUpdateCommand() argument
24272 if( bUpdate==0 ){ in arCreateOrUpdateCommand()
H A Dsqlite3.c81802 int bUpdate /* True for an update, false otherwise */
81843 if( iOff==0 && bUpdate==0 ){