Home
last modified time | relevance | path

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

/external/curl/lib/
Dmime.c349 static size_t encoder_nop_read(char *buffer, size_t size, bool ateof, in encoder_nop_read()
372 static size_t encoder_7bit_read(char *buffer, size_t size, bool ateof, in encoder_7bit_read()
395 static size_t encoder_base64_read(char *buffer, size_t size, bool ateof, in encoder_base64_read()
488 static int qp_lookahead_eol(mime_encoder_state *st, int ateof, size_t n) in qp_lookahead_eol()
502 static size_t encoder_qp_read(char *buffer, size_t size, bool ateof, in encoder_qp_read()
755 bool ateof = FALSE; in read_encoded_part_content() local
/external/python/cpython2/Lib/test/
Dtest_descr.py2937 ateof = 0 variable in ClassPropertiesAndMethods.test_basic_inheritance.CountedInput