Home
last modified time | relevance | path

Searched refs:primaryDest (Results 1 – 6 of 6) sorted by relevance

/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/TileEngine/
H A DInteractive_Tiles.cc129 auto primaryDest = GCM->getPrimaryShippingDestination(); in HandleStructChangeFromGridNo() local
130 if (grid_no == primaryDest->deliverySectorGridNo && in HandleStructChangeFromGridNo()
131 gWorldSectorX == primaryDest->deliverySectorX && in HandleStructChangeFromGridNo()
132 gWorldSectorY == primaryDest->deliverySectorY && in HandleStructChangeFromGridNo()
133 gbWorldSectorZ == primaryDest->deliverySectorZ && in HandleStructChangeFromGridNo()
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/praefect/
H A Dcoordinator.go455 primaryDest := proxy.Destination{
480 primaryDest.Ctx = helper.IncomingToOutgoing(injectedCtx)
481 primaryDest.ErrHandler = func(err error) error {
559 return proxy.NewStreamParameters(primaryDest, secondaryDests, reqFinalizer, nil), nil
654 primaryDest := proxy.Destination{
660 return proxy.NewStreamParameters(primaryDest, nil, func() error { return nil }, nil), nil
677 primaryDest := proxy.Destination{
692 …return proxy.NewStreamParameters(primaryDest, secondaryDests, func() error { return nil }, nil), n…
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/praefect/
H A Dcoordinator.go496 primaryDest := proxy.Destination{
521 primaryDest.Ctx = streamParametersContext(injectedCtx)
522 primaryDest.ErrHandler = func(err error) error {
602 return proxy.NewStreamParameters(primaryDest, secondaryDests, reqFinalizer, nil), nil
745 primaryDest := proxy.Destination{
751 return proxy.NewStreamParameters(primaryDest, nil, func() error { return nil }, nil), nil
768 primaryDest := proxy.Destination{
783 …return proxy.NewStreamParameters(primaryDest, secondaryDests, func() error { return nil }, nil), n…
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/praefect/
H A Dcoordinator.go496 primaryDest := proxy.Destination{
521 primaryDest.Ctx = streamParametersContext(injectedCtx)
522 primaryDest.ErrHandler = func(err error) error {
602 return proxy.NewStreamParameters(primaryDest, secondaryDests, reqFinalizer, nil), nil
745 primaryDest := proxy.Destination{
751 return proxy.NewStreamParameters(primaryDest, nil, func() error { return nil }, nil), nil
768 primaryDest := proxy.Destination{
783 …return proxy.NewStreamParameters(primaryDest, secondaryDests, func() error { return nil }, nil), n…
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/
H A DDataDistribution.actor.h196 vector<UID> primaryDest; member
H A DDataDistribution.actor.cpp479 info.primaryDest.push_back(id); in getInitialDataDistribution()
482 result->primaryTeams.insert( info.primaryDest ); in getInitialDataDistribution()
484 team_cache[dest] = std::make_pair(info.primaryDest, info.remoteDest); in getInitialDataDistribution()
486 info.primaryDest = destIter->second.first; in getInitialDataDistribution()
499 info.primaryDest = dest; in getInitialDataDistribution()
3597 .detail("Dest", describe(initData->shards.end()[-2].primaryDest)) in dataDistribution()
3644 ….detail("PrimaryDest", describe(initData->shards[shard].primaryDest)).detail("RemoteDest", describ… in dataDistribution()