Home
last modified time | relevance | path

Searched refs:tcache_dubious_from (Results 1 – 5 of 5) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Dcallbacks.c4071 if (sfile->tcache_dubious_from > 0) free_thumb_cache(fileno, sfile->tcache_dubious_from);
4072 sfile->tcache_dubious_from = start;
4116 … if (sfile->tcache_dubious_from > 0) free_thumb_cache(fileno, sfile->tcache_dubious_from);
4117 sfile->tcache_dubious_from = start;
4163 … if (sfile->tcache_dubious_from > 0) free_thumb_cache(fileno, sfile->tcache_dubious_from);
4164 sfile->tcache_dubious_from = start;
H A Dmain.h1099 …frames_t tcache_dubious_from; /// set by clip alterations, frames from here onwards should be freed member
H A Dutils.c2661 else mainw->files[err->clipno]->tcache_dubious_from = 0; in unbuffer_lmap_errors()
H A Dsaveplay.c3756 cfile->tcache_dubious_from = 0;
H A Dmultitrack.c1172 mainw->files[fnum]->tcache_dubious_from = 0; in free_thumb_cache()
10902 if (mainw->files[i]->tcache_dubious_from > 0) in mt_init_clips()
10903 free_thumb_cache(i, mainw->files[i]->tcache_dubious_from); in mt_init_clips()