Home | History | Annotate | Download | only in _sqlite

Lines Matching defs:onoff

1042     int onoff;

1048 if (!PyArg_ParseTuple(args, "i", &onoff)) {
1052 rc = sqlite3_enable_load_extension(self->db, onoff);