Searched refs:MAX_ACTIVE_LIST (Results 1 – 3 of 3) sorted by relevance
42 #define MAX_ACTIVE_LIST 10 macro52 extern struct active_pars activelist[MAX_ACTIVE_LIST]; //!< Keeps the list of the hosts (host, por…
216 if (num_active_clients >= MAX_ACTIVE_LIST) in fileconf_read()226 MAX_ACTIVE_LIST); in fileconf_read()479 for (int i = num_active_clients; i < MAX_ACTIVE_LIST; i++) in fileconf_read()524 while ((i < MAX_ACTIVE_LIST) && (activelist[i].address[0] != 0)) in fileconf_save()
80 struct active_pars activelist[MAX_ACTIVE_LIST]; //!< Keeps the list of the hosts (host, port) on wh…270 while ((tmpaddress != NULL) && (i < MAX_ACTIVE_LIST)) in main()286 if (i > MAX_ACTIVE_LIST) in main()576 while ((i < MAX_ACTIVE_LIST) && (activelist[i].address[0] != 0)) in main_startup()