Searched refs:nb_max_http_connections (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/
H A Dffserver.c304 static unsigned int nb_max_http_connections = 2000; variable
592 if(!(poll_table = av_mallocz((nb_max_http_connections + 2)*sizeof(*poll_table)))) {
593 http_log("Impossible to allocate a poll table handling %d connections.\n", nb_max_http_connections);
4060 nb_max_http_connections = val;
4064 if (val < 1 || val > nb_max_http_connections) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/
H A Dffserver.c304 static unsigned int nb_max_http_connections = 2000; variable
592 if(!(poll_table = av_mallocz((nb_max_http_connections + 2)*sizeof(*poll_table)))) {
593 http_log("Impossible to allocate a poll table handling %d connections.\n", nb_max_http_connections);
4060 nb_max_http_connections = val;
4064 if (val < 1 || val > nb_max_http_connections) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/
H A Dffserver.c304 static unsigned int nb_max_http_connections = 2000; variable
592 if(!(poll_table = av_mallocz((nb_max_http_connections + 2)*sizeof(*poll_table)))) {
593 http_log("Impossible to allocate a poll table handling %d connections.\n", nb_max_http_connections);
4060 nb_max_http_connections = val;
4064 if (val < 1 || val > nb_max_http_connections) {

Completed in 204 milliseconds