Searched refs:newFlag (Results 1 – 4 of 4) sorted by relevance
351 uint8_t newFlag) { in getMipsFpAbiFlag() argument352 if (compareMipsFpAbi(newFlag, oldFlag) >= 0) in getMipsFpAbiFlag()353 return newFlag; in getMipsFpAbiFlag()354 if (compareMipsFpAbi(oldFlag, newFlag) < 0) in getMipsFpAbiFlag()355 Err(ctx) << file << ": floating point ABI '" << getMipsFpAbiName(newFlag) in getMipsFpAbiFlag()
216 uint8_t newFlag);
30386 int newFlag = 0; /* True to delete file before opening */ in do_meta_command() local30394 newFlag = 1; in do_meta_command()30441 if( newFlag && zFN && !p->bSafeMode ) shellDeleteFile(zFN); in do_meta_command()
74725 SQLITE_PRIVATE int sqlite3BtreeSecureDelete(Btree *p, int newFlag){74731 if( newFlag>=0 ){74733 p->pBt->btsFlags |= (u16)(BTS_SECURE_DELETE*newFlag);