Home
last modified time | relevance | path

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

/PHP-5.5/ext/imap/
H A Dphp_imap.h191 ERRORLIST *imap_errorstack; variable
H A Dphp_imap.c810 imap_globals->imap_errorstack = NIL; in PHP_GINIT_FUNCTION()
1064 IMAPG(imap_errorstack) = NIL; in PHP_RINIT_FUNCTION()
1078 if (IMAPG(imap_errorstack) != NIL) { in PHP_RSHUTDOWN_FUNCTION()
1081 ecur = IMAPG(imap_errorstack); in PHP_RSHUTDOWN_FUNCTION()
4169 if (IMAPG(imap_errorstack) == NIL) { in PHP_FUNCTION()
4175 cur = IMAPG(imap_errorstack); in PHP_FUNCTION()
4181 IMAPG(imap_errorstack) = NIL; in PHP_FUNCTION()
4196 if (IMAPG(imap_errorstack) == NIL) { in PHP_FUNCTION()
4200 cur = IMAPG(imap_errorstack); in PHP_FUNCTION()
5028 IMAPG(imap_errorstack)->LSIZE = strlen(IMAPG(imap_errorstack)->LTEXT = cpystr(str)); in mm_log()
[all …]

Completed in 24 milliseconds