Home
last modified time | relevance | path

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

/external/rust/crates/rusqlite/src/
Dlib.rs129 const STATEMENT_CACHE_DEFAULT_CAPACITY: usize = 16; constant
374 cache: StatementCache::with_capacity(STATEMENT_CACHE_DEFAULT_CAPACITY), in open_with_flags()
398 cache: StatementCache::with_capacity(STATEMENT_CACHE_DEFAULT_CAPACITY), in open_with_flags_and_vfs()
770 cache: StatementCache::with_capacity(STATEMENT_CACHE_DEFAULT_CAPACITY), in from_handle()