Home
last modified time | relevance | path

Searched refs:pysqlite_statement_bind_parameters (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dstatement.h50 void pysqlite_statement_bind_parameters(pysqlite_Statement* self, PyObject* parameters, int allow_8…
Dstatement.c210 void pysqlite_statement_bind_parameters(pysqlite_Statement* self, PyObject* parameters, int allow_8… in pysqlite_statement_bind_parameters() function
Dcursor.c642 pysqlite_statement_bind_parameters(self->statement, parameters, allow_8bit_chars); in _pysqlite_query_execute()