Home
last modified time | relevance | path

Searched refs:nb_max_http_connections (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/
H A Dffserver.c316 static unsigned int nb_max_http_connections = 2000; variable
649 if(!(poll_table = av_mallocz_array(nb_max_http_connections + 2, sizeof(*poll_table)))) { in http_server()
650 …ttp_log("Impossible to allocate a poll table handling %d connections.\n", nb_max_http_connections); in http_server()
4111 nb_max_http_connections = val; in parse_ffconfig()
4115 if (val < 1 || val > nb_max_http_connections) { in parse_ffconfig()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/
H A Dffserver.c316 static unsigned int nb_max_http_connections = 2000; variable
649 if(!(poll_table = av_mallocz_array(nb_max_http_connections + 2, sizeof(*poll_table)))) { in http_server()
650 …ttp_log("Impossible to allocate a poll table handling %d connections.\n", nb_max_http_connections); in http_server()
4111 nb_max_http_connections = val; in parse_ffconfig()
4115 if (val < 1 || val > nb_max_http_connections) { in parse_ffconfig()