Home
last modified time | relevance | path

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

/curl/lib/
H A Dmime.c388 (void) ateof; in encoder_nop_read()
416 (void) ateof; in encoder_7bit_read()
483 if(ateof) { in encoder_base64_read()
538 if(n >= st->bufend && ateof) in qp_lookahead_eol()
541 return ateof? 0: -1; in qp_lookahead_eol()
575 switch(qp_lookahead_eol(st, ateof, 1)) { in encoder_qp_read()
589 switch(qp_lookahead_eol(st, ateof, 0)) { in encoder_qp_read()
861 bool ateof = FALSE; in read_encoded_part_content() local
864 if(st->bufbeg < st->bufend || ateof) { in read_encoded_part_content()
869 if(ateof) in read_encoded_part_content()
[all …]
H A Dmime.h77 size_t (*encodefunc)(char *buffer, size_t size, bool ateof,

Completed in 12 milliseconds