Home
last modified time | relevance | path

Searched refs:maxClients (Results 1 – 25 of 102) sorted by relevance

12345

/dports/games/openjk/OpenJK-07675e2/codemp/cgame/
H A Dcg_scoreboard.c291 int CG_GetTeamCount(team_t team, int maxClients) in CG_GetTeamCount() argument
327 int maxClients, realMaxClients; in CG_DrawOldScoreboard() local
490 maxClients = SB_MAXCLIENTS_INTER; in CG_DrawOldScoreboard()
495 maxClients = SB_MAXCLIENTS_NORMAL; in CG_DrawOldScoreboard()
500 realMaxClients = maxClients; in CG_DrawOldScoreboard()
519 int team1MaxCl = CG_GetTeamCount(TEAM_RED, maxClients); in CG_DrawOldScoreboard()
520 int team2MaxCl = CG_GetTeamCount(TEAM_BLUE, maxClients); in CG_DrawOldScoreboard()
550 maxClients -= (team1MaxCl+team2MaxCl); in CG_DrawOldScoreboard()
553 int team2MaxCl = CG_GetTeamCount(TEAM_RED, maxClients); in CG_DrawOldScoreboard()
583 maxClients -= (team1MaxCl+team2MaxCl); in CG_DrawOldScoreboard()
[all …]
/dports/games/ioquake3/ioquake3-1.36/code/cgame/
H A Dcg_scoreboard.c243 for ( i = 0 ; i < cg.numScores && count < maxClients ; i++ ) { in CG_TeamScoreboard()
271 int maxClients; in CG_DrawOldScoreboard() local
355 maxClients = SB_MAXCLIENTS_INTER; in CG_DrawOldScoreboard()
360 maxClients = SB_MAXCLIENTS_NORMAL; in CG_DrawOldScoreboard()
375 n1 = CG_TeamScoreboard( y, TEAM_RED, fade, maxClients, lineHeight ); in CG_DrawOldScoreboard()
378 maxClients -= n1; in CG_DrawOldScoreboard()
382 maxClients -= n2; in CG_DrawOldScoreboard()
387 maxClients -= n1; in CG_DrawOldScoreboard()
388 n2 = CG_TeamScoreboard( y, TEAM_RED, fade, maxClients, lineHeight ); in CG_DrawOldScoreboard()
391 maxClients -= n2; in CG_DrawOldScoreboard()
[all …]
/dports/games/ioquake3-server/ioquake3-1.36/code/cgame/
H A Dcg_scoreboard.c243 for ( i = 0 ; i < cg.numScores && count < maxClients ; i++ ) { in CG_TeamScoreboard()
271 int maxClients; in CG_DrawOldScoreboard() local
355 maxClients = SB_MAXCLIENTS_INTER; in CG_DrawOldScoreboard()
360 maxClients = SB_MAXCLIENTS_NORMAL; in CG_DrawOldScoreboard()
375 n1 = CG_TeamScoreboard( y, TEAM_RED, fade, maxClients, lineHeight ); in CG_DrawOldScoreboard()
378 maxClients -= n1; in CG_DrawOldScoreboard()
382 maxClients -= n2; in CG_DrawOldScoreboard()
387 maxClients -= n1; in CG_DrawOldScoreboard()
388 n2 = CG_TeamScoreboard( y, TEAM_RED, fade, maxClients, lineHeight ); in CG_DrawOldScoreboard()
391 maxClients -= n2; in CG_DrawOldScoreboard()
[all …]
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/cgame/
H A Dcg_scoreboard.c243 for ( i = 0 ; i < cg.numScores && count < maxClients ; i++ ) { in CG_TeamScoreboard()
271 int maxClients; in CG_DrawOldScoreboard() local
355 maxClients = SB_MAXCLIENTS_INTER; in CG_DrawOldScoreboard()
360 maxClients = SB_MAXCLIENTS_NORMAL; in CG_DrawOldScoreboard()
375 n1 = CG_TeamScoreboard( y, TEAM_RED, fade, maxClients, lineHeight ); in CG_DrawOldScoreboard()
378 maxClients -= n1; in CG_DrawOldScoreboard()
382 maxClients -= n2; in CG_DrawOldScoreboard()
387 maxClients -= n1; in CG_DrawOldScoreboard()
388 n2 = CG_TeamScoreboard( y, TEAM_RED, fade, maxClients, lineHeight ); in CG_DrawOldScoreboard()
391 maxClients -= n2; in CG_DrawOldScoreboard()
[all …]
/dports/games/evq3/evq3/code/cgame/
H A Dcg_scoreboard.c243 for ( i = 0 ; i < cg.numScores && count < maxClients ; i++ ) { in CG_TeamScoreboard()
271 int maxClients; in CG_DrawOldScoreboard() local
355 maxClients = SB_MAXCLIENTS_INTER; in CG_DrawOldScoreboard()
360 maxClients = SB_MAXCLIENTS_NORMAL; in CG_DrawOldScoreboard()
375 n1 = CG_TeamScoreboard( y, TEAM_RED, fade, maxClients, lineHeight ); in CG_DrawOldScoreboard()
378 maxClients -= n1; in CG_DrawOldScoreboard()
382 maxClients -= n2; in CG_DrawOldScoreboard()
387 maxClients -= n1; in CG_DrawOldScoreboard()
388 n2 = CG_TeamScoreboard( y, TEAM_RED, fade, maxClients, lineHeight ); in CG_DrawOldScoreboard()
391 maxClients -= n2; in CG_DrawOldScoreboard()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-database-couchbase/vendor/github.com/couchbase/gocbcore/v9/
H A Dmemdpipeline.go21 maxClients int member
26 func newPipeline(address string, maxClients, maxItems int, getClientFn memdGetClientFn) *memdPipeli… argument
30 maxClients: maxClients,
46 outStr += fmt.Sprintf("Max Clients: %d\n", pipeline.maxClients)
73 for len(pipeline.clients) < pipeline.maxClients {
/dports/security/vault/vault-1.8.2/vendor/github.com/couchbase/gocbcore/v9/
H A Dmemdpipeline.go21 maxClients int member
26 func newPipeline(address string, maxClients, maxItems int, getClientFn memdGetClientFn) *memdPipeli… argument
30 maxClients: maxClients,
46 outStr += fmt.Sprintf("Max Clients: %d\n", pipeline.maxClients)
73 for len(pipeline.clients) < pipeline.maxClients {
/dports/games/blobby/blobby-1.0/src/server/
H A Dservermain.cpp111 int maxClients = 100; in main() local
118 maxClients = config.getInteger("maximum_clients"); in main()
122 if(maxClients <= 0 || maxClients > 1000) in main()
123 maxClients = 150; in main()
131 DedicatedServer server(myinfo, rulesFile, maxClients); in main()
/dports/net/pear-Net_Server/Net_Server-1.0.3/Net/Server/Driver/
H A DSequential.php78 * @param int $maxClients Maximum connections
83 function setMaxClients($maxClients) argument
85 $this->maxClients = $maxClients;
212 if ($this->maxClients > 0) {
213 if ($this->clients > $this->maxClients) {
H A DMultiprocess.php39 * @param int $maxClients
41 function setMaxClients($maxClients) argument
43 $this->_numThreads = $maxClients;
H A DFork.php67 * @param int $maxClients
69 function setMaxClients($maxClients) argument
/dports/www/beehive/beehive-0.4.0/bees/emailserverbee/
H A Demailserverbee.go43 maxClients int member
151 MaxClients: mod.maxClients,
190 options.Bind("maxClient", &mod.maxClients)
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/generic/tools/mjpegstream/
H A Dmjpegserver.cpp90 int MjpegServer::maxClients() const in maxClients() function in DigikamGenericMjpegStreamPlugin::MjpegServer
92 return d->maxClients(); in maxClients()
H A Dmjpegserver_p.cpp74 qCDebug(DIGIKAM_GENERAL_LOG) << "MJPEG server max clients:" << maxClients(); in setMaxClients()
78 int MjpegServer::Private::maxClients() const in maxClients() function in DigikamGenericMjpegStreamPlugin::MjpegServer::Private
H A Dmjpegserver.h70 int maxClients() const;
H A Dmjpegserver_p.h61 int maxClients() const;
/dports/www/beehive/beehive-0.4.0/vendor/github.com/flashmob/go-guerrilla/
H A Dguerrilla.go553 maxClients := 0
556 return true, maxClients, fileLimit
560 maxClients = defaultMaxClients
563 maxClients += s.MaxClients
566 if uint64(maxClients) > fileLimit {
567 return false, maxClients, fileLimit
569 return true, maxClients, fileLimit
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/workloads/
H A DApiWorkload.h267 …adContext const& wcx, int maxClients = -1) : TestWorkload(wcx), success(true), transactionFactory(… in TestWorkload()
339 int maxClients; member
H A DApiWorkload.actor.cpp58 if(clientId < maxClients || maxClients < 0) in setup()
85 if(clientId < maxClients || maxClients < 0) in start()
/dports/devel/libvirt/libvirt-7.10.0/src/admin/
H A Dadmin_server.c340 long long int maxClients = -1; in adminServerSetClientLimits() local
356 maxClients = param->value.ui; in adminServerSetClientLimits()
362 if (virNetServerSetClientLimits(srv, maxClients, in adminServerSetClientLimits()
/dports/www/beehive/beehive-0.4.0/vendor/github.com/flashmob/go-guerrilla/cmd/guerrillad/
H A Dserve.go115 if ok, maxClients, fileLimit := guerrilla.CheckFileLimit(c); !ok {
117 "Please increase your open file limit or decrease max clients.", maxClients, fileLimit)
/dports/net-im/nextcloud-spreed-signaling/nextcloud-spreed-signaling-0.2.0/src/client/
H A Dmain.go58 maxClients = flag.Int("maxClients", 100, "number of client connections") var
565 if *maxClients < 2 {
566 log.Fatalf("Need at least 2 clients, got %d\n", *maxClients)
569 log.Printf("Starting %d clients\n", *maxClients)
574 for i := 0; i < *maxClients; i++ {
/dports/devel/libvirt/libvirt-7.10.0/src/rpc/
H A Dvirnetserver.c1133 long long int maxClients, in virNetServerSetClientLimits() argument
1141 max = maxClients >= 0 ? maxClients : srv->nclients_max; in virNetServerSetClientLimits()
1153 if (maxClients >= 0) in virNetServerSetClientLimits()
1154 srv->nclients_max = maxClients; in virNetServerSetClientLimits()
/dports/security/zaproxy/zaproxy-2.11.1/docker/
H A Dwebswing.config61 "maxClients" : 1,
/dports/games/libkdegames/libkdegames-21.12.3/src/private/kgame/
H A Dkmessageserver.h308 int maxClients() const;

12345