Searched defs:profile_table_s (Results 1 – 1 of 1) sorted by relevance
303 struct profile_table_s { struct304 const char *tag;305 const byte *data;306 uint length;307 uint data_length; /* may be < length if write != 0 */308 int (*write)(cos_stream_t *, const profile_table_t *, gs_memory_t *);309 const void *write_data;310 const gs_range_t *ranges;