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

  /external/chromium_org/chrome/browser/prerender/
prerender_config.h 20 size_t max_bytes; member in struct:prerender::Config
  /external/chromium_org/mojo/system/
local_message_pipe_endpoint.cc 119 const uint32_t max_bytes = num_bytes ? *num_bytes : 0; local
133 if (queued_message->data_size() <= max_bytes)
  /external/wpa_supplicant_8/src/wps/
httpread.c 66 int max_bytes; /* maximum file size else abort it */ member in struct:httpread
357 h->max_bytes = 0;
365 h->max_bytes = 0;
476 if (h->max_bytes == 0) {
522 if (h->body_nbytes >= h->max_bytes)
729 * Pass max_bytes == 0 to not read body at all (required for e.g.
737 int max_bytes, /* maximum body size else abort it */
749 h->max_bytes = max_bytes;
  /external/chromium_org/net/disk_cache/v3/
disk_format_v3.h 71 int32 max_bytes; // Total maximum size of the stored data. member in struct:disk_cache::IndexHeaderV3
  /external/qemu/
loader.c 514 size_t max_bytes; local
518 max_bytes = UBOOT_MAX_GUNZIP_BYTES;
519 data = qemu_malloc(max_bytes);
521 bytes = gunzip(data, max_bytes, compressed_data, hdr->ih_size);

Completed in 3143 milliseconds