Searched refs:pysqlite_cursor_executemany_impl (Results 1 – 2 of 2) sorted by relevance
86 pysqlite_cursor_executemany_impl(pysqlite_Cursor *self, PyObject *sql,108 return_value = pysqlite_cursor_executemany_impl(self, sql, seq_of_parameters); in pysqlite_cursor_executemany()
1019 pysqlite_cursor_executemany_impl(pysqlite_Cursor *self, PyObject *sql, in pysqlite_cursor_executemany_impl() function