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

/PHP_TRUNK/ext/imap/
H A Dphp_imap.c3480 BODY *bod=NULL, *topbod=NULL; local
3564 bod = mail_newbody();
3565 topbod = bod;
3569 bod->type = (short) Z_LVAL_PP(pvalue);
3573 bod->encoding = (short) Z_LVAL_PP(pvalue);
3580 tmp_param->next = bod->parameter;
3581 bod->parameter = tmp_param;
3597 bod->parameter = disp_param;
3602 bod->subtype = cpystr(Z_STRVAL_PP(pvalue));
3606 bod
[all...]

Completed in 7 milliseconds