Home
last modified time | relevance | path

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

/PHP-5.5/ext/imap/
H A Dphp_imap.c3479 BODY *bod=NULL, *topbod=NULL; in PHP_FUNCTION() local
3563 bod = mail_newbody(); in PHP_FUNCTION()
3564 topbod = bod; in PHP_FUNCTION()
3676 bod = &mypart->body; in PHP_FUNCTION()
3679 bod->type = type; in PHP_FUNCTION()
3772 if (bod && bod->type == TYPEMULTIPART && (!bod->nested.part || !bod->nested.part->next)) { in PHP_FUNCTION()
3814 bod = topbod; in PHP_FUNCTION()
3816 if (bod && bod->type == TYPEMULTIPART) { in PHP_FUNCTION()
3819 part = bod->nested.part; in PHP_FUNCTION()
3850 bod=&part->body; in PHP_FUNCTION()
[all …]

Completed in 15 milliseconds