Searched defs:script_obj (Results 1 – 3 of 3) sorted by relevance
692 pysqlite_cursor_executescript(pysqlite_Cursor *self, PyObject *script_obj) in pysqlite_cursor_executescript()
1493 PyObject *script_obj) in pysqlite_connection_executescript()
781 PyObject* script_obj; in pysqlite_cursor_executescript() local