Home
last modified time | relevance | path

Searched refs:pysqlite_statement_bind_parameter (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dstatement.h49 int pysqlite_statement_bind_parameter(pysqlite_Statement* self, int pos, PyObject* parameter, int a…
Dstatement.c101 int pysqlite_statement_bind_parameter(pysqlite_Statement* self, int pos, PyObject* parameter, int a… in pysqlite_statement_bind_parameter() function
264 rc = pysqlite_statement_bind_parameter(self, i + 1, adapted, allow_8bit_chars); in pysqlite_statement_bind_parameters()
309 rc = pysqlite_statement_bind_parameter(self, i, adapted, allow_8bit_chars); in pysqlite_statement_bind_parameters()