Home | History | Annotate | Download | only in _sqlite

Lines Matching refs:onoff

1057     int onoff;
1063 if (!PyArg_ParseTuple(args, "i", &onoff)) {
1067 rc = sqlite3_enable_load_extension(self->db, onoff);