Home | History | Annotate | Download | only in tools

Lines Matching refs:png_byte

283    png_byte          search;       /* Search on --search */
284 png_byte value_count; /* length of the list of values: */
312 # define VLSIZE(name) voidcast(png_byte,\
433 png_byte ct;
440 png_byte entry[option_count]; /* The selected entry+1 of an option
471 png_byte opt; /* The option being tested */
472 png_byte entry; /* The next value entry to be tested */
473 png_byte end; /* This is the last entry */
711 static png_byte
718 png_byte j;
738 const png_byte i = option_index(dp, opt, strlen(opt));
751 set_opt_string_(struct display *dp, unsigned int sp, png_byte opt,
786 record_opt(struct display *dp, png_byte opt, const char *entry_name)
813 opt_list_end(struct display *dp, png_byte opt, png_byte entry)
826 push_opt(struct display *dp, unsigned int sp, png_byte opt, int search)
832 png_byte entry;
915 png_byte entry, opt;
1161 advance_opt(struct display *dp, png_byte opt, int search)
1225 getallopts_(struct display *dp, const png_byte opt, int *value, int record)
1261 png_byte istrat;
1262 const png_byte opt = option_index(dp, opt_str, strlen(opt_str));
1330 find_val(struct display *dp, png_byte opt, const char *str, size_t len)
1337 png_byte j, irange = 0;
1380 png_byte j;
1400 dp->entry[j] = (png_byte)/*SAFE*/(negate + 1U);