Home
last modified time | relevance | path

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

/PHP-8.3/ext/imap/
H A Dphp_imap.c3338 bod = mail_newbody(); in PHP_FUNCTION()
3339 topbod = bod; in PHP_FUNCTION()
3421 if (bod->type == TYPEMESSAGE && bod->subtype && !strcmp(bod->subtype, "RFC822")) { in PHP_FUNCTION()
3465 bod = &mypart->body; in PHP_FUNCTION()
3466 bod->type = type; in PHP_FUNCTION()
3543 if (bod->type == TYPEMESSAGE && bod->subtype && !strcmp(bod->subtype, "RFC822")) { in PHP_FUNCTION()
3571 if (bod && bod->type == TYPEMULTIPART && (!bod->nested.part || !bod->nested.part->next)) { in PHP_FUNCTION()
3613 bod = topbod; in PHP_FUNCTION()
3615 if (bod && bod->type == TYPEMULTIPART) { in PHP_FUNCTION()
3649 bod=&part->body; in PHP_FUNCTION()
[all …]

Completed in 13 milliseconds