Home | History | Annotate | Download | only in _sqlite

Lines Matching refs:n_arg

857     int n_arg;
859 static char *kwlist[] = { "name", "n_arg", "aggregate_class", NULL };
867 kwlist, &name, &n_arg, &aggregate_class)) {
871 rc = sqlite3_create_function(self->db, name, n_arg, SQLITE_UTF8, (void*)aggregate_class, 0, &_pysqlite_step_callback, &_pysqlite_final_callback);