Searched refs:appext (Results 1 – 1 of 1) sorted by relevance
3135 PropertyItem *appext = NULL, *appdata = NULL, *loop = NULL; in get_gif_loopcount() local3137 appext = get_property(reader, &GUID_MetadataFormatAPE, applicationW); in get_gif_loopcount()3138 if (appext) in get_gif_loopcount()3140 if (appext->type == PropertyTagTypeByte && appext->length == 11 && in get_gif_loopcount()3141 … (!memcmp(appext->value, "NETSCAPE2.0", 11) || !memcmp(appext->value, "ANIMEXTS1.0", 11))) in get_gif_loopcount()3166 heap_free(appext); in get_gif_loopcount()