Home
last modified time | relevance | path

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

/PHP-7.3/ext/imap/
H A Dphp_imap.c3671 bod = mail_newbody(); in PHP_FUNCTION()
3672 topbod = bod; in PHP_FUNCTION()
3754 if (bod->type == TYPEMESSAGE && bod->subtype && !strcmp(bod->subtype, "RFC822")) { in PHP_FUNCTION()
3798 bod = &mypart->body; in PHP_FUNCTION()
3799 bod->type = type; in PHP_FUNCTION()
3876 if (bod->type == TYPEMESSAGE && bod->subtype && !strcmp(bod->subtype, "RFC822")) { in PHP_FUNCTION()
3910 if (bod && bod->type == TYPEMULTIPART && (!bod->nested.part || !bod->nested.part->next)) { in PHP_FUNCTION()
3952 bod = topbod; in PHP_FUNCTION()
3954 if (bod && bod->type == TYPEMULTIPART) { in PHP_FUNCTION()
3988 bod=&part->body; in PHP_FUNCTION()
[all …]

Completed in 20 milliseconds