Home
last modified time | relevance | path

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

/PHP-7.4/ext/imap/
H A Dphp_imap.c3693 bod = mail_newbody(); in PHP_FUNCTION()
3694 topbod = bod; in PHP_FUNCTION()
3776 if (bod->type == TYPEMESSAGE && bod->subtype && !strcmp(bod->subtype, "RFC822")) { in PHP_FUNCTION()
3820 bod = &mypart->body; in PHP_FUNCTION()
3821 bod->type = type; in PHP_FUNCTION()
3898 if (bod->type == TYPEMESSAGE && bod->subtype && !strcmp(bod->subtype, "RFC822")) { in PHP_FUNCTION()
3932 if (bod && bod->type == TYPEMULTIPART && (!bod->nested.part || !bod->nested.part->next)) { in PHP_FUNCTION()
3974 bod = topbod; in PHP_FUNCTION()
3976 if (bod && bod->type == TYPEMULTIPART) { in PHP_FUNCTION()
4010 bod=&part->body; in PHP_FUNCTION()
[all …]

Completed in 37 milliseconds