Home | History | Annotate | Download | only in microhttpd

Lines Matching defs:num_connections

2439   unsigned int num_connections;
2448 num_connections = 0;
2450 num_connections++;
2461 p = malloc(sizeof (struct pollfd) * (2 + num_connections));
2471 memset (p, 0, sizeof (struct pollfd) * (2 + num_connections));
2525 if (0 == poll_server + num_connections)
2530 if (MHD_sys_poll_(p, poll_server + num_connections, timeout) < 0)
2560 if (i >= num_connections)
2572 if (i >= num_connections)