Lines Matching defs:subparts
1155 /* Do not free subparts: unbind them. This is used for the top level only. */
1227 /* No one knows about the cloned subparts, thus always attach ownership
1232 /* Duplicate subparts. */
1531 /* Set mime part content from subparts. */
1533 curl_mime *subparts, int take_ownership)
1540 /* Accept setting twice the same subparts. */
1541 if(part->kind == MIMEKIND_MULTIPART && part->arg == subparts)
1546 if(subparts) {
1548 if(subparts->parent)
1556 if(subparts == root) {
1562 subparts->parent = part;
1566 part->arg = subparts;
1574 CURLcode curl_mime_subparts(curl_mimepart *part, curl_mime *subparts)
1576 return Curl_mime_set_subparts(part, subparts, TRUE);
1881 /* Process subparts. */
1999 CURLcode curl_mime_subparts(curl_mimepart *part, curl_mime *subparts)
2002 (void) subparts;