Searched defs:pysqlite_statement_create (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Modules/_sqlite/
H A Dstatement.c54 int pysqlite_statement_create(pysqlite_Statement* self, pysqlite_Connection* connection, PyObject* sql) function
/external/python/cpython3/Modules/_sqlite/
H A Dstatement.c51 int pysqlite_statement_create(pysqlite_Statement* self, pysqlite_Connection* connection, PyObject* sql) function

Completed in 102 milliseconds