Searched refs:image_len (Results 1 – 2 of 2) sorted by relevance
272 if (!icon || !icon->image || offset >= icon->image_len) in hs20_get_icon()274 if (size > icon->image_len - offset) in hs20_get_icon()275 size = icon->image_len - offset; in hs20_get_icon()300 (unsigned int) icon->image_len); in hs20_free_icon_entry()396 icon->image_len = slen; in hs20_process_icon_binary_file()401 (unsigned int) icon->image_len); in hs20_process_icon_binary_file()
445 size_t image_len; member