Home
last modified time | relevance | path

Searched refs:MUMBLE_MH_MSG (Results 1 – 12 of 12) sorted by relevance

/dports/audio/mumble/mumble-1.3.3/src/
H A DMessage.h19 MUMBLE_MH_MSG(Version) \
20 MUMBLE_MH_MSG(UDPTunnel) \
22 MUMBLE_MH_MSG(Ping) \
23 MUMBLE_MH_MSG(Reject) \
24 MUMBLE_MH_MSG(ServerSync) \
27 MUMBLE_MH_MSG(UserRemove) \
28 MUMBLE_MH_MSG(UserState) \
29 MUMBLE_MH_MSG(BanList) \
32 MUMBLE_MH_MSG(ACL) \
37 MUMBLE_MH_MSG(UserList) \
[all …]
/dports/audio/murmur/mumble-1.3.3/src/
H A DMessage.h19 MUMBLE_MH_MSG(Version) \
20 MUMBLE_MH_MSG(UDPTunnel) \
22 MUMBLE_MH_MSG(Ping) \
23 MUMBLE_MH_MSG(Reject) \
24 MUMBLE_MH_MSG(ServerSync) \
27 MUMBLE_MH_MSG(UserRemove) \
28 MUMBLE_MH_MSG(UserState) \
29 MUMBLE_MH_MSG(BanList) \
32 MUMBLE_MH_MSG(ACL) \
37 MUMBLE_MH_MSG(UserList) \
[all …]
/dports/audio/mumble/mumble-1.3.3/src/murmur/
H A DServer.h304 #define MUMBLE_MH_MSG(x) \ macro
310 #undef MUMBLE_MH_MSG
427 #define MUMBLE_MH_MSG(x) void msg##x(ServerUser *, MumbleProto:: x &); macro
429 #undef MUMBLE_MH_MSG
H A DServer.cpp1554 #define MUMBLE_MH_MSG(x) case MessageHandler:: x : { \ macro
1563 #define MUMBLE_MH_MSG(x) case MessageHandler:: x : { \ macro
/dports/audio/murmur/mumble-1.3.3/src/murmur/
H A DServer.h304 #define MUMBLE_MH_MSG(x) \ macro
310 #undef MUMBLE_MH_MSG
427 #define MUMBLE_MH_MSG(x) void msg##x(ServerUser *, MumbleProto:: x &); macro
429 #undef MUMBLE_MH_MSG
H A DServer.cpp1554 #define MUMBLE_MH_MSG(x) case MessageHandler:: x : { \ macro
1563 #define MUMBLE_MH_MSG(x) case MessageHandler:: x : { \ macro
/dports/audio/mumble/mumble-1.3.3/src/mumble/
H A DServerHandler.h126 #define MUMBLE_MH_MSG(x) void sendMessage(const MumbleProto:: x &msg) { sendProtoMessage(msg, Messa… macro
128 #undef MUMBLE_MH_MSG
H A DMainWindow.h304 #define MUMBLE_MH_MSG(x) void msg##x(const MumbleProto:: x &); macro
306 #undef MUMBLE_MH_MSG
H A DMainWindow.cpp3178 #define MUMBLE_MH_MSG(x) case MessageHandler:: x : { \ macro
3185 #define MUMBLE_MH_MSG(x) case MessageHandler:: x : { \ macro
3200 #undef MUMBLE_MH_MSG
/dports/audio/murmur/mumble-1.3.3/src/mumble/
H A DServerHandler.h126 #define MUMBLE_MH_MSG(x) void sendMessage(const MumbleProto:: x &msg) { sendProtoMessage(msg, Messa… macro
128 #undef MUMBLE_MH_MSG
H A DMainWindow.h304 #define MUMBLE_MH_MSG(x) void msg##x(const MumbleProto:: x &); macro
306 #undef MUMBLE_MH_MSG
H A DMainWindow.cpp3178 #define MUMBLE_MH_MSG(x) case MessageHandler:: x : { \ macro
3185 #define MUMBLE_MH_MSG(x) case MessageHandler:: x : { \ macro
3200 #undef MUMBLE_MH_MSG