Searched refs:image_len (Results 1 – 2 of 2) sorted by relevance
352 if (!icon || !icon->image || offset >= icon->image_len) in hs20_get_icon()354 if (size > icon->image_len - offset) in hs20_get_icon()355 size = icon->image_len - offset; in hs20_get_icon()380 (unsigned int) icon->image_len); in hs20_free_icon_entry()475 icon->image_len = slen; in hs20_process_icon_binary_file()480 (unsigned int) icon->image_len); in hs20_process_icon_binary_file()
477 size_t image_len; member