Home
last modified time | relevance | path

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

/dports/graphics/argyllcms/Argyll_V1.9.2/cgats/
H A Dpars.h94 size_t (*get_size) (struct _cgatsFile *p); \
97 int (*seek) (struct _cgatsFile *p, unsigned int offset); \
100 size_t (*read) (struct _cgatsFile *p, void *buffer, size_t size, size_t count); \
103 int (*getch) (struct _cgatsFile *p); \
109 int (*gprintf)(struct _cgatsFile *p, const char *format, ...); \
112 int (*flush)(struct _cgatsFile *p); \
115 char *(*fname)(struct _cgatsFile *p); \
118 int (*get_buf)(struct _cgatsFile *p, unsigned char **buf, size_t *len); \
122 int (*del)(struct _cgatsFile *p); \
125 struct _cgatsFile { struct
[all …]