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