Home
last modified time | relevance | path

Searched refs:MAX_MESSAGE_SIZE (Results 1 – 13 of 13) sorted by relevance

/external/grpc-grpc-java/okhttp/src/test/java/io/grpc/okhttp/
DOkHttpClientStreamTest.java58 private static final int MAX_MESSAGE_SIZE = 100; field in OkHttpClientStreamTest
89 MAX_MESSAGE_SIZE, in setUp()
151 flowController, lock, MAX_MESSAGE_SIZE, "localhost", "good-application", in start_userAgentRemoved()
166 flowController, lock, MAX_MESSAGE_SIZE, "localhost", "good-application", in start_headerFieldOrder()
194 flowController, lock, MAX_MESSAGE_SIZE, "localhost", "good-application", in getUnaryRequest()
/external/grpc-grpc-java/interop-testing/src/test/java/io/grpc/testing/integration/
DAutoWindowSizingOnTest.java41 .maxInboundMessageSize(AbstractInteropTest.MAX_MESSAGE_SIZE); in getServerBuilder()
48 .maxInboundMessageSize(AbstractInteropTest.MAX_MESSAGE_SIZE); in createChannel()
DHttp2NettyLocalChannelTest.java41 .maxInboundMessageSize(AbstractInteropTest.MAX_MESSAGE_SIZE) in getServerBuilder()
52 .maxInboundMessageSize(AbstractInteropTest.MAX_MESSAGE_SIZE); in createChannel()
DHttp2NettyTest.java49 .maxInboundMessageSize(AbstractInteropTest.MAX_MESSAGE_SIZE) in getServerBuilder()
67 .maxInboundMessageSize(AbstractInteropTest.MAX_MESSAGE_SIZE) in createChannel()
DTransportCompressionTest.java89 .maxInboundMessageSize(AbstractInteropTest.MAX_MESSAGE_SIZE) in getServerBuilder()
130 .maxInboundMessageSize(AbstractInteropTest.MAX_MESSAGE_SIZE)
DHttp2OkHttpTest.java81 .maxInboundMessageSize(AbstractInteropTest.MAX_MESSAGE_SIZE) in getServerBuilder()
95 .maxInboundMessageSize(AbstractInteropTest.MAX_MESSAGE_SIZE) in createChannelBuilder()
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DAbstractServerStreamTest.java56 private static final int MAX_MESSAGE_SIZE = 100; field in AbstractServerStreamTest
78 new AbstractServerStreamBase.TransportState(MAX_MESSAGE_SIZE, transportTracer)); in setUp()
/external/curl/lib/
Dsmb.c121 #define MAX_MESSAGE_SIZE (MAX_PAYLOAD_SIZE + 0x1000) macro
258 smbc->recv_buf = malloc(MAX_MESSAGE_SIZE); in smb_connect()
294 size_t len = MAX_MESSAGE_SIZE - smbc->got; in smb_recv_message()
457 msg.max_buffer_size = smb_swap16(MAX_MESSAGE_SIZE); in smb_send_setup()
/external/grpc-grpc-java/gae-interop-testing/gae-jdk8/src/main/java/io/grpc/testing/integration/
DNettyClientInteropServlet.java136 .maxInboundMessageSize(AbstractInteropTest.MAX_MESSAGE_SIZE); in createChannel()
/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
DTestServiceServer.java150 .maxInboundMessageSize(AbstractInteropTest.MAX_MESSAGE_SIZE) in start()
DAbstractInteropTest.java150 public static final int MAX_MESSAGE_SIZE = 16 * 1024 * 1024; field in AbstractInteropTest
/external/grpc-grpc-java/gae-interop-testing/gae-jdk7/src/main/java/io/grpc/testing/integration/
DOkHttpClientInteropServlet.java218 .maxInboundMessageSize(AbstractInteropTest.MAX_MESSAGE_SIZE);
/external/vm_tools/p9/src/server/
Dmod.rs106 const MAX_MESSAGE_SIZE: u32 = ::std::u16::MAX as u32; constant
346 msize: MAX_MESSAGE_SIZE, in default()
367 msize: MAX_MESSAGE_SIZE, in new()