Home
last modified time | relevance | path

Searched refs:argumentAsSocket (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mosh/mosh-0.2.7/src/
H A DSocketProcedures.cpp60 argumentAsSocket(0, socket); in sslSocketPEx()
68 argumentAsSocket(0, socket); in socketSslizeDEx()
297 argumentAsSocket(0, socket); in socketPortEx()
314 argumentAsSocket(0, socket); in socketAcceptEx()
328 argumentAsSocket(0, socket); in socketShutdownEx()
339 argumentAsSocket(0, socket); in socketCloseEx()
349 argumentAsSocket(0, socket); in socketSendEx()
365 argumentAsSocket(0, socket); in socketRecvDEx()
386 argumentAsSocket(0, socket); in socketRecvEx()
H A DProcedureMacro.h174 #define argumentAsSocket(index, variableName) castArgument(index, variableName, isSocket, socket, S… macro