Home
last modified time | relevance | path

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

/PHP-8.3/ext/imap/
H A Dphp_imap.h121 ERRORLIST *imap_errorstack; variable
H A Dphp_imap.c403 imap_globals->imap_errorstack = NIL; in PHP_GINIT_FUNCTION()
492 IMAPG(imap_errorstack) = NIL; in PHP_RINIT_FUNCTION()
503 if (IMAPG(imap_errorstack) != NIL) { in free_errorlist()
507 ecur = IMAPG(imap_errorstack); in free_errorlist()
515 IMAPG(imap_errorstack) = NIL; in free_errorlist()
3978 if (IMAPG(imap_errorstack) == NIL) { in PHP_FUNCTION()
3984 cur = IMAPG(imap_errorstack); in PHP_FUNCTION()
3990 IMAPG(imap_errorstack) = NIL; in PHP_FUNCTION()
4004 if (IMAPG(imap_errorstack) == NIL) { in PHP_FUNCTION()
4008 cur = IMAPG(imap_errorstack); in PHP_FUNCTION()
[all …]

Completed in 16 milliseconds