Home
last modified time | relevance | path

Searched refs:MIME_BODY_ONLY (Results 1 - 5 of 5) sorted by relevance

/third_party/curl/lib/
H A Dmime.h36 #define MIME_BODY_ONLY (1 << 1) macro
H A Dmime.c927 (part->flags & MIME_BODY_ONLY)? in readback_part()
1071 if(part->flags & MIME_BODY_ONLY) in mime_part_rewind()
1662 if(size >= 0 && !(part->flags & MIME_BODY_ONLY)) { in Curl_mime_size()
H A Dsmtp.c696 data->set.mimepost.flags &= ~MIME_BODY_ONLY; in smtp_perform_mail()
H A Dimap.c776 data->set.mimepost.flags &= ~MIME_BODY_ONLY; in imap_perform_append()
H A Dhttp.c2378 data->state.mimepost->flags |= MIME_BODY_ONLY; in Curl_http_body()

Completed in 13 milliseconds