body
#define ZYAN_VECTOR_FOREACH(type, vector, item_name, body) \
body \
#define ZYAN_VECTOR_FOREACH_MUTABLE(type, vector, item_name, body) \
body \
status_t SetBody(BTextMailComponent* body);
#define _wrap_expr_typeof(x, y, body) ({ \
body;})
struct body *body;
while ((body = (struct body *)list_remove_head_item(&fBodies)) != NULL) {
delete body;
Rule::AddBody(struct body *body)
list_add_item(&fBodies, body);
void AddBody(struct body *body);
char body[400];
XDRInPacketGetDynamic(reply, body, &bodyLength);
BTextMailComponent* body = mailMessage.Body();
body->AppendText(fortuneText);
BTextMailComponent *body = mail->Body();
if (body == NULL) {
if (mail->SetBody(body = new BTextMailComponent()) < B_OK)
body->SetEncoding(encoding, charset);
body->AppendText(text);
body->AppendText(content);
BTextMailComponent *body = NULL;
body = mail->Body();
if (body->MIMEType(&type) == B_OK && type == "text/html") {
body = NULL; // to add the HTML text as enclosure
if (!reader->ParseMail(mail, body))
BMailComponent *body)
if (component == body)
dynamic_cast<BMIMEMultipartMailContainer *>(component), body);
BString body;
body = argv[++loop];
|| body.Length() || enclosure.HasRef("refs"))
&body, &enclosure);
const char* bccTo, const BString* body, BMessage* enclosures)
if (body != NULL && body->Length()) {
fContentView->TextView()->SetText(body->String(), body->Length());
const BString* body = NULL,
body.Append(line);
fprintf(stdout, "\nBody:\n%s\n", body.String());
mail.AddContent(body.String(), body.Length());
BString body;
BEmailMessage::SetBody(BTextMailComponent* body)
fTextBody = body;
BTextMailComponent* body = dynamic_cast<BTextMailComponent*>(component);
if (body != NULL)
return body;
body = dynamic_cast<BTextMailComponent*>(
if (body != NULL)
return body;
body = _RetrieveTextBody(container->GetComponent(i));
if (body != NULL)
return body;
auto body = std::move(fData->requestBody->input);
return body;
return *(fData->body);
body = BHttpBody{};
body = BHttpBody{std::move(bodyString)};
std::optional<BHttpBody> body;
body(ctx, ctx->buffer, 64);
data = body(ctx, data, size & ~(unsigned long)0x3f);
body(ctx, ctx->buffer, 64);
body(ctx, ctx->buffer, 64);
static const void *body(MD5_CTX *ctx, const void *data, unsigned long size)
body(ctx, ctx->buffer, 64);
data = body(ctx, data, size & ~(unsigned long)0x3f);
body(ctx, ctx->buffer, 64);
body(ctx, ctx->buffer, 64);
#define WRAPPER_FUNCTION(returnValue, function, parameters, body) \
body \
# define L(body) .L##body
# define L(body) .L/**/body
# define L(body) L##body
# define L(body) L/**/body
#define L(body) .L##body
bin_tree_t *body = node->left;
tree1 = body ? create_tree (dfa, body, cls, CONCAT) : cls;
auto body = make_exclusive_borrow<BMallocIO>();
auto result = fSession.Execute(std::move(request), BBorrow<BDataIO>(body), fLoggerMessenger);
= std::string(reinterpret_cast<const char*>(body->Buffer()), body->BufferLength());