Searched defs:numcols (Results 1 – 5 of 5) sorted by relevance
261 int i, numcols; in _pysqlite_fetch_one_row() local277 numcols = sqlite3_data_count(self->statement->st); in _pysqlite_fetch_one_row() local428 int numcols; in _pysqlite_query_execute() local566 numcols = sqlite3_column_count(self->statement->st); in _pysqlite_query_execute() local
293 int i, numcols; in _pysqlite_fetch_one_row() local312 numcols = sqlite3_data_count(self->statement->st); in _pysqlite_fetch_one_row() local449 int numcols; in _pysqlite_query_execute() local678 numcols = sqlite3_column_count(self->statement->st); in _pysqlite_query_execute() local
43 int32_t numcols, in CBC_DefaultPlacement()
101 int numcols = (int)(output_cols - input_cols); in expand_right_edge() local
1093 unsigned int numcols=std::min(width-col, 16u); in compute_col_sums() local