Home
last modified time | relevance | path

Searched refs:col_count (Results 1 – 25 of 557) sorted by relevance

12345678910>>...23

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/plugin/test_service_sql_api/
H A Dtest_sql_9_sessions.cc107 col_count++; in sql_field_metadata()
151 col_count++; in sql_get_integer()
162 col_count++; in sql_get_longlong()
185 col_count++; in sql_get_decimal()
195 col_count++; in sql_get_double()
217 col_count++; in sql_get_date()
241 col_count++; in sql_get_time()
265 col_count++; in sql_get_datetime()
406 for (uint col_count = 0; col_count < sql_num_cols; col_count++) { in get_data_str() local
410 for (uint col_count = 0; col_count < sql_num_cols; col_count++) { in get_data_str() local
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/plugin/test_service_sql_api/
H A Dtest_sql_9_sessions.cc103 col_count++; in sql_field_metadata()
117 col_count= 0; in sql_start_row()
148 col_count++; in sql_get_integer()
159 col_count++; in sql_get_longlong()
180 col_count++; in sql_get_decimal()
190 col_count++; in sql_get_double()
213 col_count++; in sql_get_date()
238 col_count++; in sql_get_time()
388 for (uint col_count=0;col_count < sql_num_cols;col_count++){ in get_data_str() local
392 for (uint col_count=0;col_count < sql_num_cols;col_count++){ in get_data_str() local
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/plugin/test_service_sql_api/
H A Dtest_sql_9_sessions.cc103 col_count++; in sql_field_metadata()
117 col_count= 0; in sql_start_row()
148 col_count++; in sql_get_integer()
159 col_count++; in sql_get_longlong()
180 col_count++; in sql_get_decimal()
190 col_count++; in sql_get_double()
213 col_count++; in sql_get_date()
238 col_count++; in sql_get_time()
388 for (uint col_count=0;col_count < sql_num_cols;col_count++){ in get_data_str() local
392 for (uint col_count=0;col_count < sql_num_cols;col_count++){ in get_data_str() local
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/plugin/test_service_sql_api/
H A Dtest_sql_9_sessions.cc103 col_count++; in sql_field_metadata()
117 col_count= 0; in sql_start_row()
148 col_count++; in sql_get_integer()
159 col_count++; in sql_get_longlong()
180 col_count++; in sql_get_decimal()
190 col_count++; in sql_get_double()
213 col_count++; in sql_get_date()
238 col_count++; in sql_get_time()
388 for (uint col_count=0;col_count < sql_num_cols;col_count++){ in get_data_str() local
392 for (uint col_count=0;col_count < sql_num_cols;col_count++){ in get_data_str() local
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/plugin/test_service_sql_api/
H A Dtest_sql_9_sessions.cc103 col_count++; in sql_field_metadata()
117 col_count= 0; in sql_start_row()
148 col_count++; in sql_get_integer()
159 col_count++; in sql_get_longlong()
180 col_count++; in sql_get_decimal()
190 col_count++; in sql_get_double()
213 col_count++; in sql_get_date()
238 col_count++; in sql_get_time()
388 for (uint col_count=0;col_count < sql_num_cols;col_count++){ in get_data_str() local
392 for (uint col_count=0;col_count < sql_num_cols;col_count++){ in get_data_str() local
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/plugin/test_service_sql_api/
H A Dtest_sql_9_sessions.cc103 col_count++; in sql_field_metadata()
117 col_count= 0; in sql_start_row()
148 col_count++; in sql_get_integer()
159 col_count++; in sql_get_longlong()
180 col_count++; in sql_get_decimal()
190 col_count++; in sql_get_double()
213 col_count++; in sql_get_date()
238 col_count++; in sql_get_time()
388 for (uint col_count=0;col_count < sql_num_cols;col_count++){ in get_data_str() local
392 for (uint col_count=0;col_count < sql_num_cols;col_count++){ in get_data_str() local
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/plugin/test_service_sql_api/
H A Dtest_sql_9_sessions.cc103 col_count++; in sql_field_metadata()
117 col_count= 0; in sql_start_row()
148 col_count++; in sql_get_integer()
159 col_count++; in sql_get_longlong()
180 col_count++; in sql_get_decimal()
190 col_count++; in sql_get_double()
213 col_count++; in sql_get_date()
238 col_count++; in sql_get_time()
388 for (uint col_count=0;col_count < sql_num_cols;col_count++){ in get_data_str() local
392 for (uint col_count=0;col_count < sql_num_cols;col_count++){ in get_data_str() local
[all …]
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/Applications/SPP/src/Master/
H A Dspp_master_functions.c275 &colnames[col_count], &obj[col_count], &col_nzcnt) != 3) in read_our_del_dupl()
286 matbeg[col_count+1] = matbeg[col_count] + col_nzcnt; in read_our_del_dupl()
290 matbeg[col_count] - matbeg[col_count-1] == col_nzcnt ) { in read_our_del_dupl()
296 if ( obj[col_count] < obj[col_count-1] ) { in read_our_del_dupl()
297 obj[col_count-1] = obj[col_count]; in read_our_del_dupl()
298 colnames[col_count-1] = colnames[col_count]; in read_our_del_dupl()
306 col_count++; in read_our_del_dupl()
407 matbeg[col_count+1] = matbeg[col_count] + col_nzcnt; in read_our0_del_dupl()
417 if ( obj[col_count] < obj[col_count-1] ) { in read_our0_del_dupl()
418 obj[col_count-1] = obj[col_count]; in read_our0_del_dupl()
[all …]
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/Applications/SPP+CUTS/src/Master/
H A Dspp_master_functions.c348 &colnames[col_count], &obj[col_count], &col_nzcnt) != 3) in read_our_del_dupl()
359 matbeg[col_count+1] = matbeg[col_count] + col_nzcnt; in read_our_del_dupl()
369 if ( obj[col_count] < obj[col_count-1] ) { in read_our_del_dupl()
370 obj[col_count-1] = obj[col_count]; in read_our_del_dupl()
371 colnames[col_count-1] = colnames[col_count]; in read_our_del_dupl()
379 col_count++; in read_our_del_dupl()
480 matbeg[col_count+1] = matbeg[col_count] + col_nzcnt; in read_our0_del_dupl()
490 if ( obj[col_count] < obj[col_count-1] ) { in read_our0_del_dupl()
491 obj[col_count-1] = obj[col_count]; in read_our0_del_dupl()
492 colnames[col_count-1] = colnames[col_count]; in read_our0_del_dupl()
[all …]
/dports/net/p5-Net-Google-Spreadsheets/Net-Google-Spreadsheets-0.1501/t/
H A D03_worksheet.t15 col_count => 3,
25 is $ws->col_count, $args->{col_count}, 'col_count is correct';
37 is $ws->col_count, $args->{col_count};
45 my $col_count = $ws->col_count + 1;
47 is $ws->col_count($col_count), $col_count, "changing col_count to $col_count";
48 is $ws->atom->get($ws->service->ns('gs'), 'colCount'), $col_count;
49 is $ws->col_count, $col_count;
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/mysql-test/columnstore/include/
H A Dmcs3_create_table_charset_collations.inc2 let $col_count = `SELECT COUNT(*) FROM INFORMATION_SCHEMA.COLLATIONS WHERE CHARACTER_SET_NAME LIKE …
7 while($col_count)
9 let $i = `SELECT $col_count-1`;
11 …eval CREATE TABLE t_$col_count$char_set(name VARCHAR(10)) CHARSET $char_set COLLATE '$collation' E…
12 eval SHOW CREATE TABLE t_$col_count$char_set;
13 dec $col_count;
20 while($col_count)
22 let $i = `SELECT $col_count-1`;
24 …eval CREATE TABLE tcol_$col_count$char_set (name CHAR(3) CHARACTER SET $char_set COLLATE '$collati…
25 eval SHOW CREATE TABLE tcol_$col_count$char_set;
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/mysql-test/columnstore/include/
H A Dmcs3_create_table_charset_collations.inc2 let $col_count = `SELECT COUNT(*) FROM INFORMATION_SCHEMA.COLLATIONS WHERE CHARACTER_SET_NAME LIKE …
7 while($col_count)
9 let $i = `SELECT $col_count-1`;
11 …eval CREATE TABLE t_$col_count$char_set(name VARCHAR(10)) CHARSET $char_set COLLATE '$collation' E…
12 eval SHOW CREATE TABLE t_$col_count$char_set;
13 dec $col_count;
20 while($col_count)
22 let $i = `SELECT $col_count-1`;
24 …eval CREATE TABLE tcol_$col_count$char_set (name CHAR(3) CHARACTER SET $char_set COLLATE '$collati…
25 eval SHOW CREATE TABLE tcol_$col_count$char_set;
[all …]
/dports/mail/evolution/evolution-3.42.1/src/e-util/
H A De-table-header.c99 else if (column < eth->col_count) in dequeue_idle()
153 eth->col_count--; in eth_do_remove()
190 eth->col_count = 0; in eth_finalize()
351 eth->col_count = 0; in e_table_header_init()
400 eth->col_count++; in eth_do_insert()
429 pos = eth->col_count; in e_table_header_add_column()
461 if (column >= eth->col_count) in e_table_header_get_column()
535 return eth->col_count; in e_table_header_count()
613 ret[eth->col_count] = NULL; in e_table_header_get_columns()
912 end_col = eth->col_count; in e_table_header_col_diff()
[all …]
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/libraries/classes/Plugins/Import/
H A DImportOds.php280 int $col_count argument
305 ++$col_count;
322 ++$col_count;
329 ++$col_count;
337 $col_count + 1
341 ++$col_count;
353 int $col_count, argument
369 $col_count
391 $col_count = 0;
408 $col_count = 0;
[all …]
/dports/databases/grass7/grass-7.8.6/raster/r.surf.random/
H A Drandsurf.c20 int row_count, col_count; in randsurf() local
40 for (col_count = 0; col_count < ncols; col_count++) { in randsurf()
42 *(row_out_C + col_count) = in randsurf()
47 *(row_out_D + col_count) = in randsurf()
/dports/science/dynare/dynare-4.6.4/matlab/perfect-foresight-models/
H A Ddet_cond_forecast.m413 col_count = 1; variable
416 col_count = col_count + constrained_periods; variable
438 col_count = col_count + constrained_periods; variable
448 col_count = col_count + constrained_periods; variable
547 % col_count = col_count + 1;
566 col_count = col_count + constrained_periods - 1; variable
670 col_count = col_count + 1; variable
698 col_count = col_count + 1; variable
722 col_count = col_count + 1; variable
847 % col_count = col_count + 1;
[all …]
/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/libpgmodeler_ui/src/
H A Dresultsetmodel.cpp32 col_count = res.getColumnCount(); in ResultSetModel()
34 insertColumns(0, col_count); in ResultSetModel()
37 for(col=0; col < col_count; col++) in ResultSetModel()
48 for(int col=0; col < col_count; col++) in ResultSetModel()
70 for(col=0; col < col_count; col++) in ResultSetModel()
86 return col_count; in columnCount()
101 if(index.row() < row_count && index.column() < col_count) in data()
104 return (item_data.at(index.row() * col_count + index.column())); in data()
117 if(section >= col_count) in headerData()
148 for(int col=0; col < col_count; col++) in append()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/samples/dbapi_testspeed/
H A Ddbapi_testspeed.cpp179 int col_count = 5; in RunSample() local
216 col_count = args["g"].AsInteger(); in RunSample()
225 if ( col_count < 5 ) { in RunSample()
288 cout << ", cols " << col_count; in RunSample()
291 if ( col_count > 4 ) { in RunSample()
300 if ( col_count > 1 ) { in RunSample()
304 if ( col_count > 2 ) { in RunSample()
308 if ( col_count > 3 ) { in RunSample()
345 col_count = 5; in RunSample()
347 } else if ( col_count > 4 ) { in RunSample()
[all …]
/dports/devel/msitools/msitools-0.101/libmsi/
H A Dinsert.c107 for (i = 1; i <= col_count; i++) in msi_columns_in_order()
123 unsigned col_count, val_count; in msi_arrange_record() local
128 r = iv->table->ops->get_dimensions(iv->table, NULL, &col_count); in msi_arrange_record()
137 if (col_count == val_count && msi_columns_in_order(iv, col_count)) in msi_arrange_record()
140 padded = libmsi_record_new(col_count); in msi_arrange_record()
150 for (i = 1; i <= col_count; i++) in msi_arrange_record()
175 unsigned r, i, col_count, type; in row_has_null_primary_keys() local
181 for (i = 1; i <= col_count; i++) in row_has_null_primary_keys()
201 unsigned r, row = -1, col_count = 0; in insert_view_execute() local
216 r = sv->ops->get_dimensions( sv, NULL, &col_count ); in insert_view_execute()
[all …]
/dports/www/nginx-full/ngx_postgres-8aa7359/src/
H A Dngx_postgres_output.c244 col_count = pgctx->var_cols; in ngx_postgres_output_text()
251 for (col = 0; col < col_count; col++) { in ngx_postgres_output_text()
285 for (col = 0; col < col_count; col++) { in ngx_postgres_output_text()
327 col_count = pgctx->var_cols; in ngx_postgres_output_rds()
471 PGresult *res, ngx_int_t col_count) in ngx_postgres_render_rds_columns() argument
484 size = col_count in ngx_postgres_render_rds_columns()
491 for (col = 0; col < col_count; col++) { in ngx_postgres_render_rds_columns()
512 for (col = 0; col < col_count; col++) { in ngx_postgres_render_rds_columns()
558 for (col = 0; col < col_count; col++) { in ngx_postgres_render_rds_row()
581 for (col = 0; col < col_count; col++) { in ngx_postgres_render_rds_row()
[all …]
/dports/databases/grass7/grass-7.8.6/raster/r.surf.gauss/
H A Dgaussurf.c31 int row_count, col_count; in gaussurf() local
52 for (col_count = 0; col_count < ncols; col_count++) in gaussurf()
53 *(row_out + col_count) = in gaussurf()
/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/libraries/classes/Plugins/Import/
H A DImportOds.php175 $col_count = 0;
218 ++$col_count;
235 ++$col_count;
240 $col_count + 1
242 ++$col_count;
250 $col_count + 1
254 ++$col_count;
259 if ($col_count > $max_cols) {
260 $max_cols = $col_count;
277 $col_count = 0;
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/surface/include/pcl/surface/3rdparty/opennurbs/
H A Dopennurbs_matrix.h28 int col_count
56 int col_count,
117 int col_count,
453 int col_count,
565 int col_count,
600 int col_count,
/dports/math/gismo/gismo-21.12.0/external/onurbs/
H A Dopennurbs_matrix.h28 int col_count
56 int col_count,
117 int col_count,
453 int col_count,
565 int col_count,
600 int col_count,
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/client/
H A Dmysqlslap.c828 unsigned int col_count; in build_table_string() local
879 for (col_count= 1; col_count <= num_int_cols; col_count++) in build_table_string()
884 col_count, col_count) > HUGE_STRING_LENGTH) in build_table_string()
906 for (col_count= 1; col_count <= num_char_cols; col_count++) in build_table_string()
912 col_count, col_count) > HUGE_STRING_LENGTH) in build_table_string()
965 for (col_count= 1; col_count <= num_int_cols; col_count++) in build_update_string()
980 for (col_count= 1; col_count <= num_char_cols; col_count++) in build_update_string()
1070 for (col_count= 1; col_count <= num_int_cols; col_count++) in build_insert_string()
1084 for (col_count= 1; col_count <= num_char_cols; col_count++) in build_insert_string()
1127 for (col_count= 1; col_count <= num_int_cols; col_count++) in build_select_string()
[all …]

12345678910>>...23