my_source_mgr::start_of_file is only used within LibJPEG.
 
Symbols
loading...
Files
loading...

my_source_mgr::start_of_file field

Syntax

boolean start_of_file;

References

LocationReferrerText
jdatasrc.c:31
boolean start_of_file; /* have we gotten any data yet? */
jdatasrc.c:54init_source()
src->start_of_file = TRUE;
jdatasrc.c:107fill_input_buffer()
if (src->start_of_file) /* Treat empty input file as fatal error */
jdatasrc.c:118fill_input_buffer()
src->start_of_file = FALSE;

Data Use

Functions writing my_source_mgr::start_of_file
Functions reading my_source_mgr::start_of_file
all items filtered out
my_source_mgr::start_of_file
all items filtered out
Type of my_source_mgr::start_of_file
my_source_mgr::start_of_file
boolean
all items filtered out