Searched refs:permEmpty (Results 1 – 3 of 3) sorted by relevance
72 bool permEmpty = true);
291 bool permEmpty) in BindBlobToStatement() argument298 if (value.empty() && !permEmpty) { in BindBlobToStatement()
378 …tatement(sqlite3_stmt *stmt, int index, const std::vector<uint8_t> &value, bool permEmpty = false);1108 …ndBlobToStatement(sqlite3_stmt *stmt, int index, const std::vector<uint8_t> &value, bool permEmpty) in BindBlobToStatement() argument1110 if (stmt == nullptr || (value.empty() && !permEmpty)) { // LCOV_EXCL_BR_LINE in BindBlobToStatement()