my_main_controller::suspended is only used within LibJPEG.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesLibJPEGmy_main_controller::suspended

my_main_controller::suspended field

Syntax

boolean suspended;

References

LocationReferrerText
jcmainct.c:33
boolean suspended; /* remember if we suspended output */
jcmainct.c:79start_pass_main()
main->suspended = FALSE;
jcmainct.c:142process_data_simple_main()
if (! main->suspended) {
jcmainct.c:144process_data_simple_main()
main->suspended = TRUE;
jcmainct.c:151process_data_simple_main()
if (main->suspended) {
jcmainct.c:153process_data_simple_main()
main->suspended = FALSE;

Data Use

Functions writing my_main_controller::suspended
Functions reading my_main_controller::suspended
my_main_controller::suspended
all items filtered out
Type of my_main_controller::suspended
my_main_controller::suspended
boolean
all items filtered out