Home
last modified time | relevance | path

Searched refs:mapcopy (Results 1 – 5 of 5) sorted by relevance

/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/matrix-org/pinecone/cmd/pineconesim/simulator/
H A Dsimulator.go78 if _, ok := mapcopy[a]; !ok {
82 mapcopy[a][b] = bb
85 return mapcopy
93 if _, ok := mapcopy[a]; !ok {
94 mapcopy[a] = make(map[string]bool)
97 mapcopy[a][b] = bb
100 return mapcopy
108 if _, ok := mapcopy[a]; !ok {
109 mapcopy[a] = make(map[string]bool)
112 mapcopy[a][b] = bb
[all …]
/dports/net/pktanon/pktanon-1.4.0-dev/src/anonprimitives/
H A DAnonFactory.cpp60 Triggerconf::ATTRIBUTE_MAP mapcopy (attrmap); in create() local
61 Triggerconf::ATTRIBUTE_MAP_ITERATOR iname = mapcopy.find (Configuration::ANON_ATTR_PRIMITIVE); in create()
63 assert (iname != mapcopy.end ()); in create()
66 remainingchain = create (mapcopy); in create()
/dports/games/barony/Barony-3.3.7/src/
H A Dbuttons.cpp1330 map_t mapcopy; in buttonAttributesConfirm() local
1334 mapcopy.width = map.width; in buttonAttributesConfirm()
1335 mapcopy.height = map.height; in buttonAttributesConfirm()
1336 mapcopy.tiles = (int*) malloc(sizeof(int) * MAPLAYERS * mapcopy.width * mapcopy.height); in buttonAttributesConfirm()
1343mapcopy.tiles[z + y * MAPLAYERS + x * MAPLAYERS * map.height] = map.tiles[z + y * MAPLAYERS + x * … in buttonAttributesConfirm()
1489 if ( x >= mapcopy.width || y >= mapcopy.height ) in buttonAttributesConfirm()
1495 …+ y * MAPLAYERS + x * MAPLAYERS * map.height] = mapcopy.tiles[z + y * MAPLAYERS + x * MAPLAYERS * in buttonAttributesConfirm()
1500 free(mapcopy.tiles); in buttonAttributesConfirm()
/dports/comms/trustedqsl/tqsl-2.4/src/
H A Dlocation.cpp1297 char *mapcopy = strdup(map); in inMap() local
1298 char *mapPart = strtok(mapcopy, ","); in inMap()
1315 free(mapcopy); in inMap()
/dports/x11-toolkits/gnustep-back/libs-back-back-0_28_0/Source/x11/
H A DXGServerWindow.m1716 NSMapTable *mapcopy;
1720 mapcopy = NSCopyMapTableWithZone(windowtags, [self zone]);
1721 enumerator = NSEnumerateMapTable(mapcopy);
1727 NSFreeMapTable(mapcopy);