Lines Matching refs:a
20 curl_mime_encoder - set a mime part's encoder and content transfer encoding
32 curl_mime_encoder() requests a mime part's content to be encoded before being
36 *encoding* is a pointer to a null-terminated encoding scheme. It may be
40 Setting a part's encoder multiple times is valid: only the value set by the
44 pertaining scheme and a corresponding *"Content-Transfer-Encoding"* header
54 to be a 7-bit value; if not, a read error occurs.
66 If the original data is already encoded in such a scheme, a custom
68 curl_mime_headers(3) instead of setting a part encoder.
71 a part with content set with curl_mime_subparts(3) is strongly
86 /* create a mime handle */
89 /* add a part */
92 /* send a file */
105 CURLE_OK or a CURL error code upon failure.