Home
last modified time | relevance | path

Searched refs:pysqlite_statement_create (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dstatement.h46 int pysqlite_statement_create(pysqlite_Statement* self, pysqlite_Connection* connection, PyObject* …
Dstatement.c53 int pysqlite_statement_create(pysqlite_Statement* self, pysqlite_Connection* connection, PyObject* … in pysqlite_statement_create() function
Dcursor.c588 rc = pysqlite_statement_create(self->statement, self->connection, operation); in _pysqlite_query_execute()
Dconnection.c1203 rc = pysqlite_statement_create(statement, self, sql); in pysqlite_connection_call()