Searched refs:pysqlite_cursor_execute_impl (Results 1 – 2 of 2) sorted by relevance
43 pysqlite_cursor_execute_impl(pysqlite_Cursor *self, PyObject *sql,69 return_value = pysqlite_cursor_execute_impl(self, sql, parameters); in pysqlite_cursor_execute()
657 pysqlite_cursor_execute_impl(pysqlite_Cursor *self, PyObject *sql, in pysqlite_cursor_execute_impl() function