Home
last modified time | relevance | path

Searched refs:MAX_LOAD_EXTENSION_COUNT (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dsqlite_utils.h44 static constexpr int MAX_LOAD_EXTENSION_COUNT = 16; variable
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dsqlite_connection.cpp1277 if (config.GetPluginLibs().size() > SqliteUtils::MAX_LOAD_EXTENSION_COUNT) { in LoadExtension()