Home
last modified time | relevance | path

Searched defs:_CacheData (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/geeqie/geeqie-1.6/src/
H A Dcache.h49 struct _CacheData struct
51 gchar *path;
52 gint width;
53 gint height;
54 time_t date;
55 guchar md5sum[16];
56 ImageSimilarityData *sim;
58 gboolean dimensions;
59 gboolean have_date;
60 gboolean have_md5sum;
[all …]
/dports/textproc/senna/senna-1.1.5/lib/
H A Dcache.h33 struct _CacheData { struct
34 int flag; /* status */
35 unsigned int stamp; /* global counter stamp */
38 dev_t dev;
39 ino_t inode;
40 unsigned int offset;
41 unsigned int size;
45 unsigned int num;
46 int next; /* -1 : no more next */
49 int ref;
/dports/multimedia/recordmydesktop/recordmydesktop-0.3.8.1/src/
H A Drmd_types.h185 typedef struct _CacheData{ struct
186 char *workdir, //The directory were the project
190 *projname, //This is the name of the folder that
199 *specsfile, //workdir+projname+specs.txt
200 *imgdata, //workdir+projname+img.out.gz
201 *audiodata; //workdir+projname+audio.pcm
203 gzFile *ifp; //image data file pointer
204 FILE *uncifp; //uncompressed image data file pointer
206 FILE *afp; //audio data file pointer