Home
last modified time | relevance | path

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

/dports/benchmarks/polygraph/polygraph-4.13.0/src/pgl/
H A DAddrMapSym.cc112 namesWithoutPorts2 = PglSemx::SetAddrPort(*names2, port2, names1->loc()); in adapt()
H A DPglSemx.h49 static ArraySym *SetAddrPort(const ContainerSym &items, const int newPort, const TokenLoc &loc);
H A DPglSemx.cc1476 return SetAddrPort(items, newPort, loc); in setAddrPort()
1479 ArraySym *PglSemx::SetAddrPort(const ContainerSym &items, const int newPort, const TokenLoc &loc) { in SetAddrPort() function in PglSemx
/dports/games/openlierox/OpenLieroX/libs/hawknl/include/
H A Dnlinternal.h148 void (*SetAddrPort)(NLaddress *address, NLushort port); member
/dports/games/openlierox/OpenLieroX/libs/hawknl/src/
H A Dnl.c1198 driver->SetAddrPort(address, port); in nlSetAddrPort()