Searched refs:MAX_MESSAGE_SIZE (Results 1 – 12 of 12) sorted by relevance
/external/grpc-grpc-java/okhttp/src/test/java/io/grpc/okhttp/ |
D | OkHttpClientStreamTest.java | 58 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/ |
D | AutoWindowSizingOnTest.java | 41 .maxInboundMessageSize(AbstractInteropTest.MAX_MESSAGE_SIZE); in getServerBuilder() 48 .maxInboundMessageSize(AbstractInteropTest.MAX_MESSAGE_SIZE); in createChannel()
|
D | Http2NettyLocalChannelTest.java | 41 .maxInboundMessageSize(AbstractInteropTest.MAX_MESSAGE_SIZE) in getServerBuilder() 52 .maxInboundMessageSize(AbstractInteropTest.MAX_MESSAGE_SIZE); in createChannel()
|
D | Http2NettyTest.java | 49 .maxInboundMessageSize(AbstractInteropTest.MAX_MESSAGE_SIZE) in getServerBuilder() 67 .maxInboundMessageSize(AbstractInteropTest.MAX_MESSAGE_SIZE) in createChannel()
|
D | Http2OkHttpTest.java | 81 .maxInboundMessageSize(AbstractInteropTest.MAX_MESSAGE_SIZE) in getServerBuilder() 95 .maxInboundMessageSize(AbstractInteropTest.MAX_MESSAGE_SIZE) in createChannelBuilder()
|
D | TransportCompressionTest.java | 89 .maxInboundMessageSize(AbstractInteropTest.MAX_MESSAGE_SIZE) in getServerBuilder() 130 .maxInboundMessageSize(AbstractInteropTest.MAX_MESSAGE_SIZE)
|
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/ |
D | AbstractServerStreamTest.java | 56 private static final int MAX_MESSAGE_SIZE = 100; field in AbstractServerStreamTest 78 new AbstractServerStreamBase.TransportState(MAX_MESSAGE_SIZE, transportTracer)); in setUp()
|
/external/curl/lib/ |
D | smb.c | 122 #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/ |
D | TestServiceServer.java | 150 .maxInboundMessageSize(AbstractInteropTest.MAX_MESSAGE_SIZE) in start()
|
D | AbstractInteropTest.java | 150 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/ |
D | NettyClientInteropServlet.java | 136 .maxInboundMessageSize(AbstractInteropTest.MAX_MESSAGE_SIZE); in createChannel()
|
/external/grpc-grpc-java/gae-interop-testing/gae-jdk7/src/main/java/io/grpc/testing/integration/ |
D | OkHttpClientInteropServlet.java | 218 .maxInboundMessageSize(AbstractInteropTest.MAX_MESSAGE_SIZE);
|