Home
last modified time | relevance | path

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

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