Searched refs:bUpdate (Results 1 – 3 of 3) sorted by relevance
270 bool bUpdate = true; in decodePacket() local273 bUpdate = false; in decodePacket()274 if(bUpdate) in decodePacket()287 bool bUpdate = true; in decodePacket() local290 bUpdate = false; in decodePacket()291 if(bUpdate) in decodePacket()
8297 int bUpdate = 0; /* True for an update that modifies "name" */ in zipfileUpdate() local8313 bUpdate = 1; in zipfileUpdate()8400 if( (pOld==0 || bUpdate) && rc==SQLITE_OK ){ in zipfileUpdate()17712 int bUpdate, /* true for a --create. */ in arCreateOrUpdateCommand() argument17777 if( bUpdate==0 ){ in arCreateOrUpdateCommand()
76684 int bUpdate /* True for an update, false otherwise */76731 if( iOff==0 && bUpdate==0 ){