Home
last modified time | relevance | path

Searched defs:maxChunkSize (Results 1 – 4 of 4) sorted by relevance

/third_party/libxml2/fuzz/
Dhtml.c26 static const size_t maxChunkSize = 128; in LLVMFuzzerTestOneInput() local
Dxml.c30 static const size_t maxChunkSize = 128; in LLVMFuzzerTestOneInput() local
/third_party/flutter/skia/src/sksl/
DSkSLCPPCodeGenerator.cpp743 static constexpr size_t maxChunkSize = 512; in writeCodeAppend() local
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DByteString.java509 public static ByteString readFrom(InputStream streamToDrain, int minChunkSize, int maxChunkSize) in readFrom()