Searched refs:ateof (Results 1 - 7 of 7) sorted by relevance

/external/python/cpython2/Tools/scripts/
H A Dcleanfuture.py139 self.ateof = 0
147 if self.ateof:
151 self.ateof = 1
252 if self.ateof:
/external/python/cpython3/Tools/scripts/
H A Dcleanfuture.py139 self.ateof = 0
147 if self.ateof:
151 self.ateof = 1
252 if self.ateof:
/external/curl/lib/
H A Dmime.c61 static size_t encoder_nop_read(char *buffer, size_t size, bool ateof,
64 static size_t encoder_7bit_read(char *buffer, size_t size, bool ateof,
66 static size_t encoder_base64_read(char *buffer, size_t size, bool ateof,
69 static size_t encoder_qp_read(char *buffer, size_t size, bool ateof,
353 static size_t encoder_nop_read(char *buffer, size_t size, bool ateof, argument
359 (void) ateof;
376 static size_t encoder_7bit_read(char *buffer, size_t size, bool ateof, argument
382 (void) ateof;
399 static size_t encoder_base64_read(char *buffer, size_t size, bool ateof, argument
438 if(ateof
492 qp_lookahead_eol(mime_encoder_state *st, int ateof, size_t n) argument
506 encoder_qp_read(char *buffer, size_t size, bool ateof, curl_mimepart *part) argument
762 bool ateof = FALSE; local
[all...]
H A Dmime.h67 size_t (*encodefunc)(char *buffer, size_t size, bool ateof,
/external/python/cpython2/Lib/email/
H A Dfeedparser.py85 for ateof in self._eofstack[::-1]:
86 if ateof(line):
/external/python/cpython3/Lib/email/
H A Dfeedparser.py90 for ateof in reversed(self._eofstack):
91 if ateof(line):
/external/python/cpython2/Lib/test/
H A Dtest_descr.py2799 self.ateof is true if and only if the final "" line has been read,
2805 ateof = 0 variable in class:.test_basic_inheritance.CountedInput
2807 if self.ateof:
2814 self.ateof = 1
2827 self.assertEqual(f.ateof, (i > len(lines)))

Completed in 295 milliseconds