Lines Matching refs:next_con
327 struct st_connection* cur_con= NULL, *next_con, *connections_end; variable
1289 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()
1295 mysql_stmt_close(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()
1299 mysql_close(next_con->util_mysql); in close_connections()
1300 my_free(next_con->name); in close_connections()
1311 for (con= connections; con < next_con; con++) in close_statements()
4083 for (con= connections; con < next_con; con++) in find_connection_by_name()
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()
5771 next_con++; /* if we used the next_con slot, advance the pointer */ in do_connect()
8727 next_con= connections + 1; in main()