Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/rusqlite/src/
Draw_statement.rs207 unsafe { SqliteMallocString::from_raw(ffi::sqlite3_expanded_sql(self.ptr)) } in expanded_sql()
/external/perfetto/src/trace_processor/sqlite/
Dsqlite_engine.cc244 expanded_sql_(sqlite3_expanded_sql(stmt_.get())), in PreparedStatement()
/external/perfetto/src/trace_processor/perfetto_sql/engine/
Dcreated_function.cc44 auto expanded_sql = ScopedSqliteString(sqlite3_expanded_sql(stmt)); in CheckNoMoreRows()
/external/sqlite/dist/sqlite-autoconf-3440300/orig/
Dsqlite3ext.h626 #define sqlite3_expanded_sql sqlite3_api->expanded_sql macro
Dsqlite3.h4377 SQLITE_API char *sqlite3_expanded_sql(sqlite3_stmt *pStmt);
Dshell.c22548 zSql = sqlite3_expanded_sql(pStmt); in sql_trace_callback()
/external/sqlite/dist/sqlite-autoconf-3440400/
Dsqlite3ext.h626 #define sqlite3_expanded_sql sqlite3_api->expanded_sql macro
Dsqlite3.h4377 SQLITE_API char *sqlite3_expanded_sql(sqlite3_stmt *pStmt);
Dshell.c22568 zSql = sqlite3_expanded_sql(pStmt); in sql_trace_callback()
/external/sqlite/dist/sqlite-autoconf-3440400/orig/
Dsqlite3ext.h626 #define sqlite3_expanded_sql sqlite3_api->expanded_sql macro
Dsqlite3.h4377 SQLITE_API char *sqlite3_expanded_sql(sqlite3_stmt *pStmt);
Dshell.c22548 zSql = sqlite3_expanded_sql(pStmt); in sql_trace_callback()
/external/sqlite/dist/sqlite-autoconf-3440300/
Dsqlite3ext.h626 #define sqlite3_expanded_sql sqlite3_api->expanded_sql macro
Dsqlite3.h4377 SQLITE_API char *sqlite3_expanded_sql(sqlite3_stmt *pStmt);
Dshell.c22568 zSql = sqlite3_expanded_sql(pStmt); in sql_trace_callback()
/external/python/cpython3/Modules/_sqlite/
Dconnection.c1461 const char *expanded_sql = sqlite3_expanded_sql((sqlite3_stmt *)stmt); in trace_callback()
/external/rust/android-crates-io/crates/libsqlite3-sys/bindgen-bindings/
Dbindgen_3.14.0.rs982 pub fn sqlite3_expanded_sql(pStmt: *mut sqlite3_stmt) -> *mut ::std::os::raw::c_char; in sqlite3_expanded_sql() function
Dbindgen_3.14.0_ext.rs5472 pub unsafe fn sqlite3_expanded_sql( in sqlite3_expanded_sql() function
/external/python/pycparser/utils/benchmark/inputs/
Dsqlite-btree.c.ppout473 char *sqlite3_expanded_sql(sqlite3_stmt *pStmt);