Searched defs:ateof (Results 1 - 2 of 2) sorted by relevance

/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...]
/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 139 milliseconds