Searched refs:fav (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/gtk/
H A Dfavicon.c91 struct favicon_data * fav = vfav; local
93 if( fav->len > 0 ) /* we got something... try to make a pixbuf from it */
95 favicon_save_to_cache( fav->host, fav->contents, fav->len );
96 pixbuf = favicon_load_from_cache( fav->host );
102 if( ++fav->type == IMAGE_TYPES ) /* failure */
108 char * url = get_url( fav->host, fav->type );
110 g_free( fav
139 struct favicon_data * fav = vfav; local
[all...]

Completed in 33 milliseconds