Home
last modified time | relevance | path

Searched refs:this_body (Results 1 – 9 of 9) sorted by relevance

/dports/mail/balsa/balsa-2.5.1/src/
H A Dbalsa-message.c2769 LibBalsaMessageBody * this_body; in libbalsa_msg_try_decrypt() local
2774 this_body = body; in libbalsa_msg_try_decrypt()
2800 if (!this_body->mime_part) { in libbalsa_msg_try_decrypt()
2803 return this_body; in libbalsa_msg_try_decrypt()
2817 encrres = libbalsa_message_body_protection(this_body); in libbalsa_msg_try_decrypt()
2837 this_body = in libbalsa_msg_try_decrypt()
2838 libbalsa_body_decrypt(this_body, in libbalsa_msg_try_decrypt()
2850 this_body = in libbalsa_msg_try_decrypt()
2857 if (!this_body->was_encrypted) in libbalsa_msg_try_decrypt()
2858 return this_body; in libbalsa_msg_try_decrypt()
[all …]
H A Dsendmsg-window.c3617 LibBalsaMessageBody *this_body; in append_parts() local
3619 gtk_tree_model_get(model, iter, QUOTE_BODY, &this_body, -1); in append_parts()
3620 if (this_body) { in append_parts()
3622 this_part= process_mime_part(message, this_body, in append_parts()
3632 if (this_body->filename) in append_parts()
3634 _("quoted attachment"), this_body->filename); in append_parts()
3736 gtk_tree_model_get(model, iter, QUOTE_BODY, this_body, -1); in tree_find_single_part()
3737 if (*this_body) in tree_find_single_part()
3763 LibBalsaMessageBody *this_body; in collect_for_quote() local
3766 &this_body); in collect_for_quote()
[all …]
/dports/misc/logsurfer/logsurfer-1.8/src/
H A Dcontext.c328 destroy_body(this_body) in destroy_body() argument
329 struct context_body *this_body; in destroy_body()
335 for ( help_ptr=this_body; help_ptr != NULL; help_ptr=next_ptr ) {
/dports/astro/xplanet/xplanet-1.3.1/src/libplanet/
H A DPlanet.h15 Planet(const double jd, const body this_body);
H A DPlanet.cpp123 Planet::Planet(const double jd, const body this_body) in Planet() argument
124 : index_(this_body), in Planet()
/dports/japanese/mutt-devel/mutt-1.5.21/
H A Dmx.c1005 #define this_body ctx->hdrs[j]->content in mx_update_tables() macro
1022 ctx->vsize += this_body->length + this_body->offset - in mx_update_tables()
1023 this_body->hdr_offset; in mx_update_tables()
1064 #undef this_body in mx_update_tables()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/ipc/
H A Dmessage.cc159 auto this_body = body(); in Equals() local
162 const bool this_has_body = (this_body != nullptr) && (this_body->size() > 0); in Equals()
166 return this_body->Equals(*other_body); in Equals()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/ipc/
H A Dmessage.cc153 auto this_body = body(); in Equals() local
156 const bool this_has_body = (this_body != nullptr) && (this_body->size() > 0); in Equals()
160 return this_body->Equals(*other_body); in Equals()
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/ipc/
H A Dmessage.cc160 auto this_body = body(); in Equals() local
163 const bool this_has_body = (this_body != nullptr) && (this_body->size() > 0); in Equals()
167 return this_body->Equals(*other_body); in Equals()