Home
last modified time | relevance | path

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

/curl/lib/
H A Dmime.c390 (void) ateof; in encoder_nop_read()
418 (void) ateof; in encoder_7bit_read()
485 if(ateof) { in encoder_base64_read()
540 if(n >= st->bufend && ateof) in qp_lookahead_eol()
543 return ateof ? 0 : -1; in qp_lookahead_eol()
577 switch(qp_lookahead_eol(st, ateof, 1)) { in encoder_qp_read()
591 switch(qp_lookahead_eol(st, ateof, 0)) { in encoder_qp_read()
863 bool ateof = FALSE; in read_encoded_part_content() local
866 if(st->bufbeg < st->bufend || ateof) { in read_encoded_part_content()
871 if(ateof) in read_encoded_part_content()
[all …]
H A Dmime.h77 size_t (*encodefunc)(char *buffer, size_t size, bool ateof,

Completed in 11 milliseconds