Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Djdinput.c29 boolean inheaders; /* TRUE until first SOS is reached */ member
324 if (inputctl->inheaders) { /* 1st SOS */ in consume_markers()
326 inputctl->inheaders = FALSE; in consume_markers()
339 if (inputctl->inheaders) { /* Tables-only datastream, apparently */ in consume_markers()
370 inputctl->inheaders = TRUE; in reset_input_controller()
404 inputctl->inheaders = TRUE; in jinit_input_controller()
/external/python/cpython2/Lib/
Dsmtpd.py333 inheaders = 1
338 if inheaders and not line:
340 inheaders = 0
/external/python/cpython3/Lib/
Dsmtpd.py708 inheaders = 1
712 if inheaders and not line:
718 inheaders = 0