Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/sqlite/
Dsqlite_vtable_benchmark.cc216 sqlite3_stmt* raw_stmt; in BM_SqliteStepAndResult() local
249 sqlite3_stmt* raw_stmt; in BM_SqliteCountOne() local
Dsqlite_utils.cc99 sqlite3_stmt* raw_stmt = nullptr; in GetColumnsForTable() local
Dsqlite_utils.h188 sqlite3_stmt* raw_stmt = nullptr; in PrepareStmt() local
/external/perfetto/src/trace_processor/prelude/functions/
Dcreate_view_function.cc136 sqlite3_stmt* raw_stmt = nullptr; in Init() local
/external/rust/crates/rusqlite/src/
Dlib.rs1352 let raw_stmt = { in test_close_retry() localVariable
1359 let mut raw_stmt: *mut ffi::sqlite3_stmt = ptr::null_mut(); in test_close_retry() localVariable