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

  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
httpread.c 72 int max_bytes; /* maximum file size else abort it */ member in struct:httpread
363 h->max_bytes = 0;
371 h->max_bytes = 0;
482 if (h->max_bytes == 0) {
528 if (h->body_nbytes >= h->max_bytes)
735 * Pass max_bytes == 0 to not read body at all (required for e.g.
743 int max_bytes, /* maximum body size else abort it */
755 h->max_bytes = 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/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 70 milliseconds