Home
last modified time | relevance | path

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

/PHP-8.1/ext/imap/
H A Dphp_imap.c3171 bod = mail_newbody(); in PHP_FUNCTION()
3172 topbod = bod; in PHP_FUNCTION()
3254 if (bod->type == TYPEMESSAGE && bod->subtype && !strcmp(bod->subtype, "RFC822")) { in PHP_FUNCTION()
3298 bod = &mypart->body; in PHP_FUNCTION()
3299 bod->type = type; in PHP_FUNCTION()
3376 if (bod->type == TYPEMESSAGE && bod->subtype && !strcmp(bod->subtype, "RFC822")) { in PHP_FUNCTION()
3404 if (bod && bod->type == TYPEMULTIPART && (!bod->nested.part || !bod->nested.part->next)) { in PHP_FUNCTION()
3446 bod = topbod; in PHP_FUNCTION()
3448 if (bod && bod->type == TYPEMULTIPART) { in PHP_FUNCTION()
3482 bod=&part->body; in PHP_FUNCTION()
[all …]

Completed in 18 milliseconds