Home
last modified time | relevance | path

Searched refs:max_count (Results 1 – 3 of 3) sorted by relevance

/curl/tests/libtest/
H A Dlib2405.c127 unsigned int max_count = 0; in test_run() local
187 if(fd_count > max_count) in test_run()
188 max_count = fd_count; in test_run()
223 *max_fd_count = max_count; in test_run()
H A Dlib530.c44 int max_count; /* max number of sockets that fit in allocated array */ member
90 sockets->max_count = 20; in addFd()
92 else if(sockets->count + 1 > sockets->max_count) { in addFd()
94 (sockets->max_count + 20)); in addFd()
99 sockets->max_count += 20; in addFd()
H A Dlib582.c37 int max_count; /* max number of sockets that fit in allocated array */ member
82 sockets->max_count = 20; in addFd()
84 else if(sockets->count >= sockets->max_count) { in addFd()

Completed in 8 milliseconds