Searched refs:MAX_PROCESS_CONNECTIONS (Results 1 – 2 of 2) sorted by relevance
248 static AEP_CONNECTION_ENTRY aep_app_conn_table[MAX_PROCESS_CONNECTIONS];927 for (count = 0; count < MAX_PROCESS_CONNECTIONS; count++) { in aep_get_connection()950 for (count = 0; count < MAX_PROCESS_CONNECTIONS; count++) { in aep_get_connection()961 for (count = 0; count < MAX_PROCESS_CONNECTIONS; count++) { in aep_get_connection()993 for (count = 0; count < MAX_PROCESS_CONNECTIONS; count++) { in aep_return_connection()1015 for (count = 0; count < MAX_PROCESS_CONNECTIONS; count++) { in aep_close_connection()1039 for (count = 0; count < MAX_PROCESS_CONNECTIONS; count++) { in aep_close_all_connections()
178 #define MAX_PROCESS_CONNECTIONS 256 macro