Home
last modified time | relevance | path

Searched refs:next_con (Results 1 – 25 of 42) sorted by relevance

12

/dports/math/octave-forge-fuzzy-logic-toolkit/fuzzy-logic-toolkit/inst/
H A Dwritefis.m250 next_con = fis.rule(i).consequent; variable
273 if (is_int (next_con(j)))
274 fprintf (fid, "%d ", next_con(j));
276 fprintf (fid, "%.2f ", next_con(j));
/dports/sysutils/openipmi/OpenIPMI-2.0.29/ui/
H A Dbasic_ui.c365 next_con: in main()
380 goto next_con; in main()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/client/
H A Dmysqltest.cc1289 for (--next_con; next_con >= connections; --next_con) in close_connections()
1292 emb_close_connection(next_con); in close_connections()
1294 if (next_con->stmt) in close_connections()
1296 next_con->stmt= 0; in close_connections()
1297 mysql_close(&next_con->mysql); in close_connections()
1298 if (next_con->util_mysql) in close_connections()
1300 my_free(next_con->name); in close_connections()
5650 if (next_con != connections_end) in do_connect()
5651 con_slot= next_con; in do_connect()
5770 if (con_slot == next_con) in do_connect()
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/client/
H A Dmysqltest.cc1289 for (--next_con; next_con >= connections; --next_con) in close_connections()
1292 emb_close_connection(next_con); in close_connections()
1294 if (next_con->stmt) in close_connections()
1296 next_con->stmt= 0; in close_connections()
1297 mysql_close(&next_con->mysql); in close_connections()
1298 if (next_con->util_mysql) in close_connections()
1300 my_free(next_con->name); in close_connections()
5650 if (next_con != connections_end) in do_connect()
5651 con_slot= next_con; in do_connect()
5770 if (con_slot == next_con) in do_connect()
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/client/
H A Dmysqltest.cc1289 for (--next_con; next_con >= connections; --next_con) in close_connections()
1292 emb_close_connection(next_con); in close_connections()
1294 if (next_con->stmt) in close_connections()
1296 next_con->stmt= 0; in close_connections()
1297 mysql_close(&next_con->mysql); in close_connections()
1298 if (next_con->util_mysql) in close_connections()
1300 my_free(next_con->name); in close_connections()
5650 if (next_con != connections_end) in do_connect()
5651 con_slot= next_con; in do_connect()
5770 if (con_slot == next_con) in do_connect()
[all …]
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/client/
H A Dmysqltest.cc1289 for (--next_con; next_con >= connections; --next_con) in close_connections()
1292 emb_close_connection(next_con); in close_connections()
1294 if (next_con->stmt) in close_connections()
1296 next_con->stmt= 0; in close_connections()
1297 mysql_close(&next_con->mysql); in close_connections()
1298 if (next_con->util_mysql) in close_connections()
1300 my_free(next_con->name); in close_connections()
5614 if (next_con != connections_end) in do_connect()
5615 con_slot= next_con; in do_connect()
5733 if (con_slot == next_con) in do_connect()
[all …]
/dports/databases/mysql55-client/mysql-5.5.62/client/
H A Dmysqltest.cc1263 for (--next_con; next_con >= connections; --next_con) in close_connections()
1266 emb_close_connection(next_con); in close_connections()
1268 if (next_con->stmt) in close_connections()
1270 next_con->stmt= 0; in close_connections()
1271 mysql_close(&next_con->mysql); in close_connections()
1272 if (next_con->util_mysql) in close_connections()
1274 my_free(next_con->name); in close_connections()
5569 if (next_con != connections_end) in do_connect()
5570 con_slot= next_con; in do_connect()
5675 if (con_slot == next_con) in do_connect()
[all …]
/dports/databases/mysql56-client/mysql-5.6.51/client/
H A Dmysqltest.cc1289 for (--next_con; next_con >= connections; --next_con) in close_connections()
1292 emb_close_connection(next_con); in close_connections()
1294 if (next_con->stmt) in close_connections()
1296 next_con->stmt= 0; in close_connections()
1297 mysql_close(&next_con->mysql); in close_connections()
1298 if (next_con->util_mysql) in close_connections()
1300 my_free(next_con->name); in close_connections()
5616 if (next_con != connections_end) in do_connect()
5617 con_slot= next_con; in do_connect()
5735 if (con_slot == next_con) in do_connect()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/client/
H A Dmysqltest.cc1373 for (--next_con; next_con >= connections; --next_con) in close_connections()
1375 if (next_con->stmt) in close_connections()
1376 do_stmt_close(next_con); in close_connections()
1380 next_con->stmt= 0; in close_connections()
1381 mysql_close(next_con->mysql); in close_connections()
1382 next_con->mysql= 0; in close_connections()
1383 if (next_con->util_mysql) in close_connections()
1385 my_free(next_con->name); in close_connections()
5998 con_slot= next_con; in do_connect()
6095 if (con_slot == next_con) in do_connect()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/client/
H A Dmysqltest.cc1372 for (--next_con; next_con >= connections; --next_con)
1374 if (next_con->stmt)
1375 do_stmt_close(next_con);
1379 next_con->stmt= 0;
1380 mysql_close(next_con->mysql);
1381 next_con->mysql= 0;
1382 if (next_con->util_mysql)
1384 my_free(next_con->name);
5966 con_slot= next_con;
6071 if (con_slot == next_con)
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/client/
H A Dmysqltest.cc1373 for (--next_con; next_con >= connections; --next_con) in close_connections()
1375 if (next_con->stmt) in close_connections()
1376 do_stmt_close(next_con); in close_connections()
1380 next_con->stmt= 0; in close_connections()
1381 mysql_close(next_con->mysql); in close_connections()
1382 next_con->mysql= 0; in close_connections()
1383 if (next_con->util_mysql) in close_connections()
1385 my_free(next_con->name); in close_connections()
5998 con_slot= next_con; in do_connect()
6095 if (con_slot == next_con) in do_connect()
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/client/
H A Dmysqltest.cc1382 for (--next_con; next_con >= connections; --next_con) in close_connections()
1384 if (next_con->stmt) in close_connections()
1385 do_stmt_close(next_con); in close_connections()
1389 next_con->stmt= 0; in close_connections()
1390 mysql_close(next_con->mysql); in close_connections()
1391 next_con->mysql= 0; in close_connections()
1392 if (next_con->util_mysql) in close_connections()
1394 my_free(next_con->name); in close_connections()
5985 con_slot= next_con; in do_connect()
6105 if (con_slot == next_con) in do_connect()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/client/
H A Dmysqltest.cc1372 for (--next_con; next_con >= connections; --next_con) in close_connections()
1374 if (next_con->stmt) in close_connections()
1375 do_stmt_close(next_con); in close_connections()
1379 next_con->stmt= 0; in close_connections()
1380 mysql_close(next_con->mysql); in close_connections()
1381 next_con->mysql= 0; in close_connections()
1382 if (next_con->util_mysql) in close_connections()
1384 my_free(next_con->name); in close_connections()
5966 con_slot= next_con; in do_connect()
6071 if (con_slot == next_con) in do_connect()
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/client/
H A Dmysqltest.cc1382 for (--next_con; next_con >= connections; --next_con) in close_connections()
1384 if (next_con->stmt) in close_connections()
1385 do_stmt_close(next_con); in close_connections()
1389 next_con->stmt= 0; in close_connections()
1390 mysql_close(next_con->mysql); in close_connections()
1391 next_con->mysql= 0; in close_connections()
1392 if (next_con->util_mysql) in close_connections()
1394 my_free(next_con->name); in close_connections()
5985 con_slot= next_con; in do_connect()
6105 if (con_slot == next_con) in do_connect()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/fortran/
H A Ddata.c346 gfc_constructor *next_con = gfc_constructor_next (con); in gfc_assign_data_value() local
379 con = next_con; in gfc_assign_data_value()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/fortran/
H A Ddata.c334 gfc_constructor *next_con = gfc_constructor_next (con); in gfc_assign_data_value() local
367 con = next_con; in gfc_assign_data_value()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/fortran/
H A Ddata.c346 gfc_constructor *next_con = gfc_constructor_next (con); in gfc_assign_data_value() local
379 con = next_con; in gfc_assign_data_value()
/dports/lang/gnat_util/gcc-6-20180516/gcc/fortran/
H A Ddata.c344 gfc_constructor *next_con = gfc_constructor_next (con); in gfc_assign_data_value() local
377 con = next_con; in gfc_assign_data_value()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/fortran/
H A Ddata.c346 gfc_constructor *next_con = gfc_constructor_next (con); in gfc_assign_data_value() local
379 con = next_con; in gfc_assign_data_value()
/dports/lang/gcc48/gcc-4.8.5/gcc/fortran/
H A Ddata.c328 gfc_constructor *next_con = gfc_constructor_next (con); in gfc_assign_data_value() local
361 con = next_con; in gfc_assign_data_value()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/fortran/
H A Ddata.c346 gfc_constructor *next_con = gfc_constructor_next (con); in gfc_assign_data_value() local
379 con = next_con; in gfc_assign_data_value()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/fortran/
H A Ddata.c346 gfc_constructor *next_con = gfc_constructor_next (con); in gfc_assign_data_value() local
379 con = next_con; in gfc_assign_data_value()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/fortran/
H A Ddata.c346 gfc_constructor *next_con = gfc_constructor_next (con); in gfc_assign_data_value() local
379 con = next_con; in gfc_assign_data_value()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/fortran/
H A Ddata.c346 gfc_constructor *next_con = gfc_constructor_next (con); in gfc_assign_data_value() local
379 con = next_con; in gfc_assign_data_value()
/dports/lang/gcc8/gcc-8.5.0/gcc/fortran/
H A Ddata.c346 gfc_constructor *next_con = gfc_constructor_next (con); in gfc_assign_data_value() local
379 con = next_con; in gfc_assign_data_value()

12