Searched defs:numcols (Results 1 – 2 of 2) sorted by relevance
325 int i, numcols; in _pysqlite_fetch_one_row() local336 numcols = sqlite3_data_count(self->statement->st); in _pysqlite_fetch_one_row() local787 int numcols; in _pysqlite_query_execute() local918 numcols = sqlite3_column_count(self->statement->st); in _pysqlite_query_execute() local
101 int numcols = (int)(output_cols - input_cols); in expand_right_edge() local