Searched refs:maxBlobLen (Results 1 – 2 of 2) sorted by relevance
12 const maxBlobLen = uint64(100 << 10) const97 arg.data = mutateData(r, arg.Data(), 0, maxBlobLen)247 minLen, maxLen := uint64(0), maxBlobLen255 minLen, maxLen := uint64(0), maxBlobLen
19 const maxBlobLen = 1 << 20 const