Home | History | Annotate | Download | only in xdgmime

Lines Matching full:max_extent

595   xdg_uint32_t max_extent;
598 max_extent = 0;
604 max_extent = MAX (max_extent, GET_UINT32 (cache->buffer, offset + 4));
607 return max_extent;
670 int max_extent;
699 /* FIXME: Need to make sure that max_extent isn't totally broken. This could
702 max_extent = _xdg_mime_cache_get_max_buffer_extents ();
703 data = malloc (max_extent);
714 bytes_read = fread (data, 1, max_extent, file);