Home
last modified time | relevance | path

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

/external/rust/crates/rusqlite/src/
Dinner_connection.rs358 static SQLITE_INIT: std::sync::Once = std::sync::Once::new(); variable
407 SQLITE_INIT.call_once(|| { in ensure_safe_sqlite_threading_mode()