Home
last modified time | relevance | path

Searched refs:max_bytes (Results 1 – 25 of 32) sorted by relevance

12

/external/wpa_supplicant_8/src/wps/
Dhttpread.c56 int max_bytes; /* maximum file size else abort it */ member
169 if (h->content_length < 0 || h->content_length > h->max_bytes) { in httpread_hdr_option_analyze()
329 h->max_bytes = 0; in httpread_hdr_analyze()
337 h->max_bytes = 0; in httpread_hdr_analyze()
450 if (h->max_bytes == 0) { in httpread_read_handler()
491 if (h->body_nbytes >= h->max_bytes) { in httpread_read_handler()
494 h->body_nbytes, h->max_bytes); in httpread_read_handler()
507 new_alloc_nbytes > h->max_bytes + in httpread_read_handler()
513 h->max_bytes); in httpread_read_handler()
548 h->chunk_size > h->max_bytes) { in httpread_read_handler()
[all …]
Dhttpread.h74 int max_bytes, /* maximum file size else abort it */
/external/toybox/toys/posix/
Dxargs.c44 long max_bytes; in GLOBALS()
83 if (++TT.bytes >= TT.max_bytes && TT.max_bytes) return save;
99 if (TT.max_bytes && TT.bytes >= TT.max_bytes) return data;
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
Dstream_slice.py11 def __init__(self, stream, max_bytes): argument
13 self.__remaining_bytes = max_bytes
14 self.__max_bytes = max_bytes
/external/webrtc/webrtc/modules/audio_coding/neteq/test/
Dneteq_opus_quality_test.cc107 uint8_t* payload, size_t max_bytes);
178 uint8_t* payload, size_t max_bytes) { in EncodeBlock() argument
185 max_bytes, payload); in EncodeBlock()
197 static_cast<opus_int32>(max_bytes)); in EncodeBlock()
Dneteq_pcmu_quality_test.cc63 size_t max_bytes) override { in EncodeBlock() argument
72 max_bytes, payload); in EncodeBlock()
Dneteq_ilbc_quality_test.cc63 size_t max_bytes) override { in EncodeBlock() argument
72 max_bytes, payload); in EncodeBlock()
Dneteq_isac_quality_test.cc47 uint8_t* payload, size_t max_bytes);
81 uint8_t* payload, size_t max_bytes) { in EncodeBlock() argument
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/
Disac_speed_test.cc29 size_t max_bytes, size_t* encoded_bytes);
64 size_t max_bytes, size_t* encoded_bytes) { in EncodeABlock() argument
82 assert(*encoded_bytes <= max_bytes); in EncodeABlock()
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/
Dopus_speed_test.cc27 size_t max_bytes, size_t* encoded_bytes);
61 size_t max_bytes, size_t* encoded_bytes) { in EncodeABlock() argument
64 input_length_sample_, max_bytes, in EncodeABlock()
/external/webp/src/utils/
Dbit_writer.c209 const size_t max_bytes = bw->end_ - bw->buf_; in VP8LBitWriterResize() local
217 if (max_bytes > 0 && size_required <= max_bytes) return 1; in VP8LBitWriterResize()
218 allocated_size = (3 * max_bytes) >> 1; in VP8LBitWriterResize()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mturk/
Dquestion.py370 def __init__(self, min_bytes, max_bytes): argument
371 assert 0 <= min_bytes <= max_bytes <= 2 * 10 ** 9
373 self.max_bytes = max_bytes
/external/libvncserver/libvncserver/
Dhttpd.c91 static rfbBool parseParams(const char *request, char *result, int max_bytes);
572 parseParams(const char *request, char *result, int max_bytes) in parseParams() argument
621 if (cur_bytes + len + 1 > max_bytes) { in parseParams()
/external/webrtc/webrtc/modules/audio_coding/codecs/tools/
Daudio_codec_speed_test.h40 size_t max_bytes, size_t* encoded_bytes) = 0;
/external/google-breakpad/src/google_breakpad/processor/
Dminidump.h206 static void set_max_bytes(uint32_t max_bytes) { max_bytes_ = max_bytes; } in set_max_bytes() argument
207 static uint32_t max_bytes() { return max_bytes_; } in max_bytes() function
/external/v8/src/heap/
Dgc-tracer.cc825 const size_t max_bytes = static_cast<size_t>(-1); in NewSpaceAllocationThroughputInBytesPerMillisecond() local
827 bytes < max_bytes - bytes && (time_ms == 0 || durations < time_ms)) { in NewSpaceAllocationThroughputInBytesPerMillisecond()
845 const size_t max_bytes = static_cast<size_t>(-1); in OldGenerationAllocationThroughputInBytesPerMillisecond() local
847 bytes < max_bytes - bytes && (time_ms == 0 || durations < time_ms)) { in OldGenerationAllocationThroughputInBytesPerMillisecond()
/external/libmicrohttpd/src/microhttpd/
Dinternal.h490 size_t max_bytes);
504 size_t max_bytes);
/external/webrtc/webrtc/modules/audio_coding/neteq/tools/
Dneteq_quality_test.h80 uint8_t* payload, size_t max_bytes) = 0;
/external/freetype/src/psaux/
Dpsobjs.h114 FT_Offset max_bytes,
/external/pdfium/third_party/freetype/src/psaux/
Dpsobjs.h114 FT_Offset max_bytes,
/external/curl/lib/
Dsmb.h216 unsigned short max_bytes; member
/external/freetype/include/
Dftcache.h311 FT_ULong max_bytes,
/external/pdfium/third_party/freetype/include/freetype/
Dftcache.h311 FT_ULong max_bytes,
/external/autotest/server/site_tests/factory_Basic/
Dtest_list.fwteam_small242 'max_bytes': int(1024 * 1024 * 1024 * 0.75 *
256 'max_bytes': 1 * 1024 * 1024 * 1024}),
/external/freetype/include/internal/
Dpsaux.h367 FT_Offset max_bytes,

12