Searched refs:bUpdate (Results 1 – 3 of 3) sorted by relevance
265 bool bUpdate = true; in decodePacket() local268 bUpdate = false; in decodePacket()269 if(bUpdate) in decodePacket()282 bool bUpdate = true; in decodePacket() local285 bUpdate = false; in decodePacket()286 if(bUpdate) in decodePacket()
5930 int bUpdate = 0; /* True for an update that modifies "name" */ in zipfileUpdate() local5946 bUpdate = 1; in zipfileUpdate()6033 if( (pOld==0 || bUpdate) && rc==SQLITE_OK ){ in zipfileUpdate()14793 int bUpdate, /* true for a --create. */ in arCreateOrUpdateCommand() argument14858 if( bUpdate==0 ){ in arCreateOrUpdateCommand()
75093 int bUpdate /* True for an update, false otherwise */75140 if( iOff==0 && bUpdate==0 ){