Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_utils.h222 static void CalcHashKey(sqlite3_context *ctx, int argc, sqlite3_value **argv);
H A Dsqlite_utils.cpp1366 nullptr, &CalcHashKey, nullptr, nullptr, nullptr); in RegisterJsonFunctions()
2078 void SQLiteUtils::CalcHashKey(sqlite3_context *ctx, int argc, sqlite3_value **argv) in CalcHashKey() function in DistributedDB::SQLiteUtils
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_store_sqlite_ext.cpp441 void CalcHashKey(sqlite3_context *ctx, int argc, sqlite3_value **argv) in CalcHashKey() function
493 func.xFunc = &CalcHashKey; in RegisterCalcHash()