Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_sqlite/
Dstatement.h38 pysqlite_Statement *pysqlite_statement_create(pysqlite_Connection *connection, PyObject *sql);
Dstatement.c32 pysqlite_statement_create(pysqlite_Connection *connection, PyObject *sql) in pysqlite_statement_create() function
Dcursor.c854 pysqlite_statement_create(self->connection, operation)); in _pysqlite_query_execute()
Dconnection.c1785 statement = pysqlite_statement_create(self, sql); in pysqlite_connection_call()