Lines Matching refs:imap_errorstack
384 imap_globals->imap_errorstack = NIL; in PHP_GINIT_FUNCTION()
644 IMAPG(imap_errorstack) = NIL; in PHP_RINIT_FUNCTION()
657 if (IMAPG(imap_errorstack) != NIL) { in PHP_RSHUTDOWN_FUNCTION()
661 ecur = IMAPG(imap_errorstack); in PHP_RSHUTDOWN_FUNCTION()
668 mail_free_errorlist(&IMAPG(imap_errorstack)); in PHP_RSHUTDOWN_FUNCTION()
669 IMAPG(imap_errorstack) = NIL; in PHP_RSHUTDOWN_FUNCTION()
3855 if (IMAPG(imap_errorstack) == NIL) { in PHP_FUNCTION()
3861 cur = IMAPG(imap_errorstack); in PHP_FUNCTION()
3866 mail_free_errorlist(&IMAPG(imap_errorstack)); in PHP_FUNCTION()
3867 IMAPG(imap_errorstack) = NIL; in PHP_FUNCTION()
3881 if (IMAPG(imap_errorstack) == NIL) { in PHP_FUNCTION()
3885 cur = IMAPG(imap_errorstack); in PHP_FUNCTION()
4674 if (IMAPG(imap_errorstack) == NIL) { in mm_log()
4675 IMAPG(imap_errorstack) = mail_newerrorlist(); in mm_log()
4676 …IMAPG(imap_errorstack)->LSIZE = strlen((char*)(IMAPG(imap_errorstack)->LTEXT = (unsigned char*)cpy… in mm_log()
4677 IMAPG(imap_errorstack)->errflg = errflg; in mm_log()
4678 IMAPG(imap_errorstack)->next = NIL; in mm_log()
4680 cur = IMAPG(imap_errorstack); in mm_log()