Home
last modified time | relevance | path

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

/third_party/libjpeg/
Djdatasrc.c31 boolean start_of_file; /* have we gotten any data yet? */ member
53 src->start_of_file = TRUE; in init_source()
105 if (src->start_of_file) /* Treat empty input file as fatal error */ in fill_input_buffer()
116 src->start_of_file = FALSE; in fill_input_buffer()
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Djdatasrc.c34 boolean start_of_file; /* have we gotten any data yet? */ member
56 src->start_of_file = TRUE; in init_source()
110 if (src->start_of_file) /* Treat empty input file as fatal error */ in fill_input_buffer()
121 src->start_of_file = FALSE; in fill_input_buffer()
/third_party/skia/third_party/externals/libjpeg-turbo/
Djdatasrc.c34 boolean start_of_file; /* have we gotten any data yet? */ member
56 src->start_of_file = TRUE; in init_source()
110 if (src->start_of_file) /* Treat empty input file as fatal error */ in fill_input_buffer()
121 src->start_of_file = FALSE; in fill_input_buffer()