Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_sqlite/
Dstatement.c221 const char* binding_name; in pysqlite_statement_bind_parameters() local
285 binding_name = sqlite3_bind_parameter_name(self->st, i); in pysqlite_statement_bind_parameters() local
/external/python/cpython3/Modules/_sqlite/
Dstatement.c239 const char* binding_name; in pysqlite_statement_bind_parameters() local
307 binding_name = sqlite3_bind_parameter_name(self->st, i); in pysqlite_statement_bind_parameters() local
/external/rust/crates/synstructure/src/
Dlib.rs892 pub fn binding_name<F>(&mut self, mut f: F) -> &mut Self in binding_name() method
1458 pub fn binding_name<F>(&mut self, mut f: F) -> &mut Self in binding_name() method