/external/apache-http/src/org/apache/http/params/ |
D | HttpProtocolParams.java | 128 (CoreProtocolPNames.PROTOCOL_VERSION); in getVersion() 145 params.setParameter(CoreProtocolPNames.PROTOCOL_VERSION, version); in setVersion()
|
D | CoreProtocolPNames.java | 52 public static final String PROTOCOL_VERSION = "http.protocol.version"; field
|
/external/mtpd/ |
D | pptp.c | 64 #define PROTOCOL_VERSION htons(0x0100) macro 223 outgoing.sccrq.protocol_version = PROTOCOL_VERSION; in pptp_connect() 281 if (incoming.sccrp.protocol_version == PROTOCOL_VERSION && in pptp_process()
|
D | l2tp.c | 67 #define PROTOCOL_VERSION htons(2) macro 326 add_attribute_u16(PROTOCOL_VERSION, htons(0x0100)); in l2tp_connect()
|
/external/quake/quake/src/WinQuake/ |
D | protocol.h | 22 #define PROTOCOL_VERSION 15 macro
|
D | cl_parse.cpp | 220 if (i != PROTOCOL_VERSION) in CL_ParseServerInfo() 222 Con_Printf ("Server returned version %i, not %i", i, PROTOCOL_VERSION); in CL_ParseServerInfo() 785 if (i != PROTOCOL_VERSION) in CL_ParseServerMessage() 786 … Host_Error ("CL_ParseServerMessage: Server is protocol %i instead of %i\n", i, PROTOCOL_VERSION); in CL_ParseServerMessage()
|
D | sv_main.cpp | 199 MSG_WriteLong (&client->message, PROTOCOL_VERSION); in SV_SendServerinfo()
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/ |
D | DebugEventListener.java | 44 public static final String PROTOCOL_VERSION = "2"; field
|
D | DebugEventSocketProxy.java | 84 out.println("ANTLR "+ DebugEventListener.PROTOCOL_VERSION); in handshake()
|
/external/quake/quake/src/QW/client/ |
D | protocol.h | 22 #define PROTOCOL_VERSION 28 macro
|
D | docs.txt | 71 PROTOCOL_VERSION
|
D | cl_parse.c | 543 if (protover != PROTOCOL_VERSION && in CL_ParseServerData() 545 … %i\nYou probably need to upgrade.\nCheck http://www.quakeworld.net/", protover, PROTOCOL_VERSION); in CL_ParseServerData()
|
D | cl_demo.c | 432 MSG_WriteLong (&buf, PROTOCOL_VERSION); in CL_Record_f()
|
D | cl_main.c | 220 255, 255, 255, 255, PROTOCOL_VERSION, cls.qport, cls.challenge, cls.userinfo); in CL_SendConnectPacket()
|
/external/antlr/antlr-3.4/runtime/C/include/ |
D | antlr3debugeventlistener.h | 76 int PROTOCOL_VERSION; member
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
D | debug.rb | 377 PROTOCOL_VERSION = '2' constant
|
D | profile.rb | 199 PROTOCOL_VERSION = 2 constant in ANTLR3.Profile.Profiler
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/ |
D | socket.rb | 53 write( 'ANTLR %s', PROTOCOL_VERSION )
|
/external/antlr/antlr-3.4/runtime/C/src/ |
D | antlr3debughandlers.c | 139 delboy->PROTOCOL_VERSION = 2; // ANTLR 3.1 is at protocol version 2 in antlr3DebugListenerNew() 310 sprintf (message, "ANTLR %d\n", delboy->PROTOCOL_VERSION); in handshake()
|
/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
D | debug.py | 411 PROTOCOL_VERSION = "2" variable in DebugEventListener 888 self.write("ANTLR %s" % self.PROTOCOL_VERSION)
|
/external/quake/quake/src/QW/server/ |
D | sv_main.c | 520 if (version != PROTOCOL_VERSION) in SVC_DirectConnect()
|
D | sv_user.c | 86 MSG_WriteLong (&host_client->netchan.message, PROTOCOL_VERSION); in SV_New_f()
|