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()
10959 int bUpdate = 0; /* True for an update that modifies "name" */ in zipfileUpdate() local10977 bUpdate = 1; in zipfileUpdate()11064 if( (pOld==0 || bUpdate) && rc==SQLITE_OK ){ in zipfileUpdate()25471 int bUpdate, /* true for a --create. */ in arCreateOrUpdateCommand() argument25536 if( bUpdate==0 ){ in arCreateOrUpdateCommand()
82242 int bUpdate /* True for an update, false otherwise */82283 if( iOff==0 && bUpdate==0 ){