Searched refs:pysqlite_statement_create (Results 1 – 8 of 8) sorted by relevance
/external/python/cpython3/Modules/_sqlite/ |
D | statement.h | 47 int pysqlite_statement_create(pysqlite_Statement* self, pysqlite_Connection* connection, PyObject* …
|
D | statement.c | 51 int pysqlite_statement_create(pysqlite_Statement* self, pysqlite_Connection* connection, PyObject* … in pysqlite_statement_create() function
|
D | cursor.c | 503 rc = pysqlite_statement_create(self->statement, self->connection, operation); in _pysqlite_query_execute()
|
D | connection.c | 1219 rc = pysqlite_statement_create(statement, self, sql); in pysqlite_connection_call()
|
/external/python/cpython2/Modules/_sqlite/ |
D | statement.h | 46 int pysqlite_statement_create(pysqlite_Statement* self, pysqlite_Connection* connection, PyObject* …
|
D | statement.c | 54 int pysqlite_statement_create(pysqlite_Statement* self, pysqlite_Connection* connection, PyObject* … in pysqlite_statement_create() function
|
D | cursor.c | 574 rc = pysqlite_statement_create(self->statement, self->connection, operation); in _pysqlite_query_execute()
|
D | connection.c | 1221 rc = pysqlite_statement_create(statement, self, sql); in pysqlite_connection_call()
|