Home
last modified time | relevance | path

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

/src/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()
/src/contrib/sqlite3/
H A Dshell.c11798 int bUpdate = 0; /* True for an update that modifies "name" */ in zipfileUpdate() local
11816 bUpdate = 1; in zipfileUpdate()
11903 if( (pOld==0 || bUpdate) && rc==SQLITE_OK ){ in zipfileUpdate()
28183 int bUpdate, /* true for a --create. */ in arCreateOrUpdateCommand() argument
28248 if( bUpdate==0 ){ in arCreateOrUpdateCommand()
H A Dsqlite3.c83296 int bUpdate /* True for an update, false otherwise */
83337 if( iOff==0 && bUpdate==0 ){