Searched refs:bUpdate (Results 1 – 2 of 2) sorted by relevance
10881 int bUpdate = 0; /* True for an update that modifies "name" */ in zipfileUpdate() local10899 bUpdate = 1; in zipfileUpdate()10986 if( (pOld==0 || bUpdate) && rc==SQLITE_OK ){ in zipfileUpdate()24207 int bUpdate, /* true for a --create. */ in arCreateOrUpdateCommand() argument24272 if( bUpdate==0 ){ in arCreateOrUpdateCommand()
81802 int bUpdate /* True for an update, false otherwise */81843 if( iOff==0 && bUpdate==0 ){