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()
13758 int bUpdate = 0; /* True for an update that modifies "name" */ in zipfileUpdate() local13776 bUpdate = 1; in zipfileUpdate()13868 if( (pOld==0 || bUpdate) && rc==SQLITE_OK ){ in zipfileUpdate()30276 int bUpdate, /* true for a --create. */ in arCreateOrUpdateCommand() argument30341 if( bUpdate==0 ){ in arCreateOrUpdateCommand()
84922 int bUpdate /* True for an update, false otherwise */ argument84963 if( iOff==0 && bUpdate==0 ){