Searched refs:num_clients (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/ipc/
H A Dserver.c484 static unsigned num_clients = 0; variable
675 clients = erealloc(clients, sizeof(clients[0]) * (num_clients + 1));
676 clients[num_clients] = c;
677 num_clients++;
986 while (num_clients > 0) {
988 fds = malloc(num_clients * sizeof(fds[0]));
992 num_fds = num_clients;
1026 while (n < num_clients) {
1029 if (n < num_clients - 1)
1030 clients[n] = clients[num_clients
[all...]
/netbsd-current/external/mit/libuv/dist/test/
H A Dbenchmark-multi-accept.c362 static int test_tcp(unsigned int num_servers, unsigned int num_clients) { argument
374 clients = calloc(num_clients, sizeof(clients[0]));
390 for (i = 0; i < num_clients; i++) {
392 ctx->num_connects = NUM_CONNECTS / num_clients;
/netbsd-current/external/bsd/wpa/dist/src/p2p/
H A Dp2p_parse.c655 cli = &info->client[info->num_clients];
697 info->num_clients++;
698 if (info->num_clients == P2P_MAX_GROUP_ENTRIES)
717 for (i = 0; i < info.num_clients; i++) {
H A Dp2p_i.h662 unsigned int num_clients; member in struct:p2p_group_info
H A Dp2p.c488 for (c = 0; c < info.num_clients; c++) {
/netbsd-current/external/mit/xorg/lib/libxcb/files/
H A Dres.h213 uint32_t num_clients; member in struct:xcb_res_query_clients_reply_t
H A Dres.c343 xcb_block_len += _aux->num_clients * sizeof(xcb_res_client_t);
415 return R->num_clients;
423 i.rem = R->num_clients;

Completed in 212 milliseconds