Searched defs:_clients (Results 1 - 5 of 5) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dserver_test.c74 static int _clients = 1; variable
461 numClients = _clients;
464 for (index=0; index<_clients; index++) {
480 if (debug_mode) DPRINTF("\tMain created client %d/%d\n", index+1, _clients);
599 scanf("%d", &_clients);
607 _clients = 1;
614 _iterations, _clients);
H A Dservr_kk.c72 static int _clients = 1; variable
438 numClients = _clients;
441 for (index=0; index<_clients; index++) {
457 if (debug_mode) DPRINTF("\tMain created client %d/%d\n", index+1, _clients);
576 scanf("%d", &_clients);
584 _clients = 7;
591 _iterations, _clients);
H A Dservr_ku.c72 static int _clients = 1; variable
439 numClients = _clients;
442 for (index=0; index<_clients; index++) {
458 if (debug_mode) DPRINTF("\tMain created client %d/%d\n", index+1, _clients);
558 scanf("%d", &_clients);
566 _clients = 7;
573 _iterations, _clients);
H A Dservr_uk.c72 static int _clients = 1; variable
441 numClients = _clients;
444 for (index=0; index<_clients; index++) {
460 if (debug_mode) DPRINTF("\tMain created client %d/%d\n", index+1, _clients);
560 scanf("%d", &_clients);
568 _clients = 7;
575 _iterations, _clients);
H A Dservr_uu.c72 static int _clients = 1; variable
439 numClients = _clients;
442 for (index=0; index<_clients; index++) {
458 if (debug_mode) DPRINTF("\tMain created client %d/%d\n", index+1, _clients);
557 scanf("%d", &_clients);
565 _clients = 7;
572 _iterations, _clients);

Completed in 50 milliseconds