82 int i, n_conns, conn_id;
87 if( !dna_connp->
busy )
111 Curr_N_Conns = n_conns;
128 register char *new_ptr;
130 new_ptr = realloc( conn_ptr, (
size_t)(conn_size * n_conns) );
145 register char *new_ptr;
147 new_ptr = realloc( id_ptr, (
size_t)(id_size * n_ids) );
196 if(idp->
type == type)
212 if(idp->type == type)
void * arr_increase(void *conn_ptr, int conn_size, int n_conns)
void * id_get_ptr(int id, SRC_TYPES type)
void conn_free(int conn_id)
DllExp DIM_NOSHARE int Curr_N_Conns
void conn_arr_create(SRC_TYPES type)
DllExp DIM_NOSHARE DNS_CONNECTION * Dns_conns
DllExp DIM_NOSHARE NET_CONNECTION * Net_conns
void id_free(int id, SRC_TYPES type)
int id_get(void *ptr, SRC_TYPES type)
void * id_arr_increase(void *id_ptr, int id_size, int n_ids)
DIM_NOSHARE DIC_CONNECTION * Dic_conns
DllExp DIM_NOSHARE DNA_CONNECTION * Dna_conns