Home
last modified time | relevance | path

Searched refs:PROTOCOL_VERSION (Results 1 – 22 of 22) sorted by relevance

/external/apache-http/src/org/apache/http/params/
DHttpProtocolParams.java128 (CoreProtocolPNames.PROTOCOL_VERSION); in getVersion()
145 params.setParameter(CoreProtocolPNames.PROTOCOL_VERSION, version); in setVersion()
DCoreProtocolPNames.java52 public static final String PROTOCOL_VERSION = "http.protocol.version"; field
/external/mtpd/
Dpptp.c64 #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()
Dl2tp.c67 #define PROTOCOL_VERSION htons(2) macro
326 add_attribute_u16(PROTOCOL_VERSION, htons(0x0100)); in l2tp_connect()
/external/quake/quake/src/WinQuake/
Dprotocol.h22 #define PROTOCOL_VERSION 15 macro
Dcl_parse.cpp220 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()
Dsv_main.cpp199 MSG_WriteLong (&client->message, PROTOCOL_VERSION); in SV_SendServerinfo()
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
DDebugEventListener.java44 public static final String PROTOCOL_VERSION = "2"; field
DDebugEventSocketProxy.java84 out.println("ANTLR "+ DebugEventListener.PROTOCOL_VERSION); in handshake()
/external/quake/quake/src/QW/client/
Dprotocol.h22 #define PROTOCOL_VERSION 28 macro
Ddocs.txt71 PROTOCOL_VERSION
Dcl_parse.c543 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()
Dcl_demo.c432 MSG_WriteLong (&buf, PROTOCOL_VERSION); in CL_Record_f()
Dcl_main.c220 255, 255, 255, 255, PROTOCOL_VERSION, cls.qport, cls.challenge, cls.userinfo); in CL_SendConnectPacket()
/external/antlr/antlr-3.4/runtime/C/include/
Dantlr3debugeventlistener.h76 int PROTOCOL_VERSION; member
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Ddebug.rb377 PROTOCOL_VERSION = '2' constant
Dprofile.rb199 PROTOCOL_VERSION = 2 constant in ANTLR3.Profile.Profiler
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
Dsocket.rb53 write( 'ANTLR %s', PROTOCOL_VERSION )
/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3debughandlers.c139 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/
Ddebug.py411 PROTOCOL_VERSION = "2" variable in DebugEventListener
888 self.write("ANTLR %s" % self.PROTOCOL_VERSION)
/external/quake/quake/src/QW/server/
Dsv_main.c520 if (version != PROTOCOL_VERSION) in SVC_DirectConnect()
Dsv_user.c86 MSG_WriteLong (&host_client->netchan.message, PROTOCOL_VERSION); in SV_New_f()