Home
last modified time | relevance | path

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

/PHP-7.2/ext/imap/
H A Dphp_imap.c3540 BODY *bod=NULL, *topbod=NULL; in PHP_FUNCTION() local
3627 bod = mail_newbody(); in PHP_FUNCTION()
3628 topbod = bod; in PHP_FUNCTION()
3731 bod = &mypart->body; in PHP_FUNCTION()
3734 bod->type = type; in PHP_FUNCTION()
3827 if (bod && bod->type == TYPEMULTIPART && (!bod->nested.part || !bod->nested.part->next)) { in PHP_FUNCTION()
3869 bod = topbod; in PHP_FUNCTION()
3871 if (bod && bod->type == TYPEMULTIPART) { in PHP_FUNCTION()
3874 part = bod->nested.part; in PHP_FUNCTION()
3905 bod=&part->body; in PHP_FUNCTION()
[all …]

Completed in 25 milliseconds