Home
last modified time | relevance | path

Searched defs:raw_stmt (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/perfetto/src/trace_processor/sqlite/
H A Dsqlite_vtable_benchmark.cc221 sqlite3_stmt* raw_stmt; in BM_SqliteStepAndResult() local
254 sqlite3_stmt* raw_stmt; in BM_SqliteCountOne() local
H A Dsqlite_engine.cc138 sqlite3_stmt* raw_stmt = nullptr; in PrepareStatement() local
H A Dsqlite_utils.cc108 sqlite3_stmt* raw_stmt = nullptr; in GetColumnsForTable() local
/aosp_15_r20/external/rust/android-crates-io/crates/rusqlite/src/
Dlib.rs1323 let raw_stmt = { in test_close_retry() localVariable
1330 let mut raw_stmt: *mut ffi::sqlite3_stmt = ptr::null_mut(); in test_close_retry() localVariable