HomeSort by relevance Sort by last modified time
    Searched defs:max_bytes (Results 1 - 6 of 6) sorted by null

  /external/webp/src/utils/
bit_writer_utils.c 209 const size_t max_bytes = bw->end_ - bw->buf_; local
217 if (max_bytes > 0 && size_required <= max_bytes) return 1;
218 allocated_size = (3 * max_bytes) >> 1;
  /external/wpa_supplicant_8/src/wps/
httpread.c 56 int max_bytes; /* maximum file size else abort it */ member in struct:httpread
169 if (h->content_length < 0 || h->content_length > h->max_bytes) {
329 h->max_bytes = 0;
337 h->max_bytes = 0;
450 if (h->max_bytes == 0) {
491 if (h->body_nbytes >= h->max_bytes) {
493 "httpread: body_nbytes=%d >= max_bytes=%d",
494 h->body_nbytes, h->max_bytes);
507 new_alloc_nbytes > h->max_bytes +
510 "httpread: Unacceptable body length %d (body_alloc_nbytes=%u max_bytes=%u)"
    [all...]
  /external/curl/lib/
smb.h 216 unsigned short max_bytes; member in struct:smb_read
  /external/google-breakpad/src/google_breakpad/processor/
minidump.h 206 static void set_max_bytes(uint32_t max_bytes) { max_bytes_ = max_bytes; }
207 static uint32_t max_bytes() { return max_bytes_; } function in class:google_breakpad::MinidumpMemoryRegion
    [all...]
  /external/libcups/cups/
ipp.c 1070 max_bytes; \/* Maximum number of bytes for value *\/ local
4396 max_bytes; \/* Maximum number of bytes for value *\/ local
    [all...]
  /external/toybox/generated/
globals.h 1385 long max_bytes; member in struct:xargs_data

Completed in 350 milliseconds