1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
|
#if !(defined(GO) && defined(GOM) && defined(GO2) && defined(DATA))
#error meh!
#endif
//GO(IceAcceptConnection,
GOM(IceAddConnectionWatch, iFEpp)
//GO(_IceAddOpcodeMapping,
//GO(_IceAddReplyWait,
//GO(IceAllocScratch,
//GO(IceAppLockConn,
//GO(IceAppUnlockConn,
//GO(IceAuthFileName,
//GO(_IceCheckReplyReady,
//GO(IceCheckShutdownNegotiation,
//GO(IceCloseConnection,
//GO(IceComposeNetworkIdList,
//GO(_IceConnectionClosed,
GO(IceConnectionNumber, iFp)
//GO(_IceConnectionOpened,
//GO(IceConnectionStatus,
//GO(IceConnectionString,
//GO(_IceErrorAuthenticationFailed,
//GO(_IceErrorAuthenticationRejected,
//GO(_IceErrorBadLength,
//GO(_IceErrorBadMajor,
//GO(_IceErrorBadMinor,
//GO(_IceErrorBadState,
//GO(_IceErrorBadValue,
//GO(_IceErrorMajorOpcodeDuplicate,
//GO(_IceErrorNoAuthentication,
//GO(_IceErrorNoVersion,
//GO(_IceErrorProtocolDuplicate,
//GO(_IceErrorSetupFailed,
//GO(_IceErrorUnknownProtocol,
//GO(IceFlush,
//GO(IceFreeAuthFileEntry,
//GO(_IceFreeConnection,
//GO(IceFreeListenObjs,
//GO(IceGenerateMagicCookie,
//GO(IceGetAuthFileEntry,
//GO(IceGetConnectionContext,
//GO(IceGetInBufSize,
//GO(IceGetListenConnectionNumber,
//GO(IceGetListenConnectionString,
//GO(IceGetOutBufSize,
//GO(_IceGetPaAuthData,
//GO(_IceGetPaValidAuthIndices,
//GO(IceGetPeerName,
//GO(_IceGetPeerName,
//GO(_IceGetPoAuthData,
//GO(_IceGetPoValidAuthIndices,
//GO(IceInitThreads,
//GO(IceLastReceivedSequenceNumber,
//GO(IceLastSentSequenceNumber,
//GO(IceListenForConnections,
//GO(IceListenForWellKnownConnections,
//GO(IceLockAuthFile,
//GO(IceOpenConnection,
//GO(_IcePaMagicCookie1Proc,
//GO(IcePing,
//GO(_IcePoMagicCookie1Proc,
GO(IceProcessMessages, iFppp)
//GO(IceProtocolRevision,
//GO(IceProtocolSetup,
//GO(IceProtocolShutdown,
//GO(IceProtocolVersion,
//GO(_IceRead,
//GO(IceReadAuthFileEntry,
//GO(_IceReadSkip,
//GO(IceRegisterForProtocolReply,
//GO(IceRegisterForProtocolSetup,
//GO(IceRelease,
GOM(IceRemoveConnectionWatch, iFEpp)
//GO(_IceSearchReplyWaits,
GOM(IceSetErrorHandler, pFEp)
//GO(IceSetHostBasedAuthProc,
GOM(IceSetIOErrorHandler, pFEp)
//GO(IceSetPaAuthData,
//GO(_IceSetReplyReady,
//GO(IceSetShutdownNegotiation,
//GO(IceSwapping,
//GO(_IceTransAccept,
//GO(_IceTransBytesReadable,
//GO(_IceTransClose,
//GO(_IceTransCloseForCloning,
//GO(_IceTransConnect,
//GO(_IceTransCreateListener,
//GO(_IceTransDisconnect,
//GO(_IceTransFreeConnInfo,
//GO(_IceTransGetConnectionNumber,
//GO(_IceTransGetHostname,
//GO(_IceTransGetMyAddr,
//GO(_IceTransGetMyNetworkId,
//GO(_IceTransGetPeerAddr,
//GO(_IceTransGetPeerNetworkId,
//GO(_IceTransIsLocal,
//GO(_IceTransMakeAllCLTSServerListeners,
//GO(_IceTransMakeAllCOTSServerListeners,
//GO(_IceTransNoListen,
//GO(_IceTransOpenCLTSClient,
//GO(_IceTransOpenCLTSServer,
//GO(_IceTransOpenCOTSClient,
//GO(_IceTransOpenCOTSServer,
//GO(_IceTransRead,
//GO(_IceTransReadv,
//GO(_IceTransResetListener,
//GO(_IceTransSetOption,
//GO(_IceTransWrite,
//GO(_IceTransWritev,
//GO(IceUnlockAuthFile,
//GO(IceVendor,
//GO(_IceWrite,
//GO(IceWriteAuthFileEntry,
|