Home | History | Annotate | Download | only in _sqlite

Lines Matching refs:n_arg

886     int n_arg;

888 static char *kwlist[] = { "name", "n_arg", "aggregate_class", NULL };
896 kwlist, &name, &n_arg, &aggregate_class)) {
900 rc = sqlite3_create_function(self->db, name, n_arg, SQLITE_UTF8, (void*)aggregate_class, 0, &_pysqlite_step_callback, &_pysqlite_final_callback);