Home
last modified time | relevance | path

Searched defs:bind_parameters (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt.h101 void (*bind_parameters)(struct draw_pt_middle_end *); member
/external/python/cpython3/Modules/_sqlite/
Dcursor.c636 bind_parameters(pysqlite_state *state, pysqlite_Statement *self, in bind_parameters() function
/external/rust/android-crates-io/crates/rusqlite/src/
Dstatement.rs450 pub(crate) fn bind_parameters<P>(&mut self, params: P) -> Result<()> in bind_parameters() method