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…
83 if ((address != NULL) && (i < MAX_ACTIVE_LIST)) in fileconf_read()125 while (i < MAX_ACTIVE_LIST) in fileconf_read()176 while ((i < MAX_ACTIVE_LIST) && (activelist[i].address[0] != 0)) in fileconf_save()
76 struct active_pars activelist[MAX_ACTIVE_LIST]; //!< Keeps the list of the hosts (host, port) on wh…240 while ((tmpaddress != NULL) && (i < MAX_ACTIVE_LIST)) in main()256 if (i > MAX_ACTIVE_LIST) in main()498 while ((i < MAX_ACTIVE_LIST) && (activelist[i].address[0] != 0)) in main_startup()