Home
last modified time | relevance | path

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

/freebsd/contrib/opencsd/decoder/source/ptm/
H A Dtrc_pkt_decode_ptm.cpp270 bool bUpdate = true; in decodePacket() local
273 bUpdate = false; in decodePacket()
274 if(bUpdate) in decodePacket()
287 bool bUpdate = true; in decodePacket() local
290 bUpdate = false; in decodePacket()
291 if(bUpdate) in decodePacket()
/freebsd/contrib/sqlite3/
H A Dshell.c13758 int bUpdate = 0; /* True for an update that modifies "name" */ in zipfileUpdate() local
13776 bUpdate = 1; in zipfileUpdate()
13868 if( (pOld==0 || bUpdate) && rc==SQLITE_OK ){ in zipfileUpdate()
30276 int bUpdate, /* true for a --create. */ in arCreateOrUpdateCommand() argument
30341 if( bUpdate==0 ){ in arCreateOrUpdateCommand()
H A Dsqlite3.c84922 int bUpdate /* True for an update, false otherwise */ argument
84963 if( iOff==0 && bUpdate==0 ){