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 D | sqlite_utils.h | 222 static void CalcHashKey(sqlite3_context *ctx, int argc, sqlite3_value **argv);
|
H A D | sqlite_utils.cpp | 1366 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 D | relational_store_sqlite_ext.cpp | 441 void CalcHashKey(sqlite3_context *ctx, int argc, sqlite3_value **argv) in CalcHashKey() function 493 func.xFunc = &CalcHashKey; in RegisterCalcHash()
|