Lines Matching refs:next_con
300 struct st_connection* cur_con= NULL, *next_con, *connections_end; variable
1263 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()
1269 mysql_stmt_close(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()
1273 mysql_close(next_con->util_mysql); in close_connections()
1274 my_free(next_con->name); in close_connections()
1285 for (con= connections; con < next_con; con++) in close_statements()
3982 for (con= connections; con < next_con; con++) in find_connection_by_name()
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()
5676 next_con++; /* if we used the next_con slot, advance the pointer */ in do_connect()
8486 next_con= connections + 1; in main()