Searched refs:bodypartstruct (Results 1 - 4 of 4) sorted by relevance

/dovecot/src/lib-imap-urlauth/
H A Dimap-urlauth-fetch.h26 const char *bodypartstruct; member in struct:imap_urlauth_fetch_reply
H A Dimap-urlauth-fetch.c44 char *bodypartstruct; member in struct:imap_urlauth_fetch::__anon101
66 i_free_and_null(ufetch->pending_reply.bodypartstruct);
271 reply.bodypartstruct = bpstruct;
303 ufetch->pending_reply.bodypartstruct =
304 i_strdup(reply->bodypartstruct);
464 reply.bodypartstruct = ufetch->pending_reply.bodypartstruct;
478 if (ufetch->pending_reply.bodypartstruct != NULL)
479 i_free(ufetch->pending_reply.bodypartstruct);
H A Dimap-urlauth-connection.c40 char *bodypartstruct; member in struct:imap_urlauth_request
315 i_free(urlreq->bodypartstruct);
653 reply.bodypartstruct = urlreq->bodypartstruct;
761 urlreq->bodypartstruct = i_strdup(bpstruct);
/dovecot/src/imap/
H A Dcmd-urlfetch.c200 reply->bodypartstruct != NULL) {
202 str_append(response, reply->bodypartstruct);

Completed in 11 milliseconds