Home
last modified time | relevance | path

Searched refs:LS_IMAGECACHE (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/tvheadend/tvheadend-4.2.8/src/
H A Dimagecache.c243 tvherror(LS_IMAGECACHE, "unable to rename file '%s' to '%s'", tpath, path); in imagecache_new_contents()
279 tvhdebug(LS_IMAGECACHE, "fetch %s", img->url); in imagecache_image_fetch()
282 tvherror(LS_IMAGECACHE, "Unable to parse url '%s'", img->url); in imagecache_image_fetch()
332 tvhwarn(LS_IMAGECACHE, "failed to download %s", img->url); in imagecache_image_fetch()
334 tvhdebug(LS_IMAGECACHE, "downloaded %s", img->url); in imagecache_image_fetch()
547 tvhinfo(LS_IMAGECACHE, "clean request"); in imagecache_clean()
550 tvherror(LS_IMAGECACHE, "clean - buildpath"); in imagecache_clean()
563 tvhinfo(LS_IMAGECACHE, "clean: removing unassociated file '%s/%s'", path, name); in imagecache_clean()
582 tvhinfo(LS_IMAGECACHE, "load triggered"); in imagecache_trigger()
H A Dtvhlog.h132 LS_IMAGECACHE, enumerator
H A Dtvhlog.c108 [LS_IMAGECACHE] = { "imagecache", N_("Image Cache") },