Home
last modified time | relevance | path

Searched refs:MAX_MESSAGE_SIZE (Results 1 – 12 of 12) 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()
DHttp2OkHttpTest.java81 .maxInboundMessageSize(AbstractInteropTest.MAX_MESSAGE_SIZE) in getServerBuilder()
95 .maxInboundMessageSize(AbstractInteropTest.MAX_MESSAGE_SIZE) in createChannelBuilder()
DTransportCompressionTest.java89 .maxInboundMessageSize(AbstractInteropTest.MAX_MESSAGE_SIZE) in getServerBuilder()
130 .maxInboundMessageSize(AbstractInteropTest.MAX_MESSAGE_SIZE)
/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.c122 #define MAX_MESSAGE_SIZE (MAX_PAYLOAD_SIZE + 0x1000) macro
259 smbc->recv_buf = malloc(MAX_MESSAGE_SIZE); in smb_connect()
295 size_t len = MAX_MESSAGE_SIZE - smbc->got; in smb_recv_message()
458 msg.max_buffer_size = smb_swap16(MAX_MESSAGE_SIZE); in smb_send_setup()
/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-jdk8/src/main/java/io/grpc/testing/integration/
DNettyClientInteropServlet.java136 .maxInboundMessageSize(AbstractInteropTest.MAX_MESSAGE_SIZE); in createChannel()
/external/grpc-grpc-java/gae-interop-testing/gae-jdk7/src/main/java/io/grpc/testing/integration/
DOkHttpClientInteropServlet.java218 .maxInboundMessageSize(AbstractInteropTest.MAX_MESSAGE_SIZE);