Home
last modified time | relevance | path

Searched refs:bUpdate (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/opencsd/decoder/source/ptm/
H A Dtrc_pkt_decode_ptm.cpp265 bool bUpdate = true; in decodePacket() local
268 bUpdate = false; in decodePacket()
269 if(bUpdate) in decodePacket()
282 bool bUpdate = true; in decodePacket() local
285 bUpdate = false; in decodePacket()
286 if(bUpdate) in decodePacket()
/freebsd-12.1/contrib/sqlite3/
H A Dshell.c5930 int bUpdate = 0; /* True for an update that modifies "name" */ in zipfileUpdate() local
5946 bUpdate = 1; in zipfileUpdate()
6033 if( (pOld==0 || bUpdate) && rc==SQLITE_OK ){ in zipfileUpdate()
14793 int bUpdate, /* true for a --create. */ in arCreateOrUpdateCommand() argument
14858 if( bUpdate==0 ){ in arCreateOrUpdateCommand()
H A Dsqlite3.c75093 int bUpdate /* True for an update, false otherwise */
75140 if( iOff==0 && bUpdate==0 ){