Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_utils.cpp1806 struct ValueParseCache { struct
1821 void ValueParseCacheFree(ValueParseCache *inCache) in ValueParseCacheFree()
1832 auto cached = static_cast<ValueParseCache *>(sqlite3_get_auxdata(ctx, VALUE_CACHE_ID)); in ParseValueThenCacheOrGetFromCache()
1842 auto newCache = new (std::nothrow) ValueParseCache; in ParseValueThenCacheOrGetFromCache()
1862 auto cacheInAuxdata = static_cast<ValueParseCache *>(sqlite3_get_auxdata(ctx, VALUE_CACHE_ID)); in ParseValueThenCacheOrGetFromCache()