Home
last modified time | relevance | path

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

/PHP-8.3/ext/imap/
H A Dphp_imap.c4486 int timeout_type; in PHP_FUNCTION() local
4495 timeout_type = GET_OPENTIMEOUT; in PHP_FUNCTION()
4498 timeout_type = GET_READTIMEOUT; in PHP_FUNCTION()
4501 timeout_type = GET_WRITETIMEOUT; in PHP_FUNCTION()
4504 timeout_type = GET_CLOSETIMEOUT; in PHP_FUNCTION()
4511 timeout = (zend_long) mail_parameters(NIL, timeout_type, NIL); in PHP_FUNCTION()
4516 timeout_type = SET_OPENTIMEOUT; in PHP_FUNCTION()
4519 timeout_type = SET_READTIMEOUT; in PHP_FUNCTION()
4522 timeout_type = SET_WRITETIMEOUT; in PHP_FUNCTION()
4525 timeout_type = SET_CLOSETIMEOUT; in PHP_FUNCTION()
[all …]
H A Dphp_imap.stub.php554 function imap_timeout(int $timeout_type, int $timeout = -1): int|bool {}
H A Dphp_imap_arginfo.h295 ZEND_ARG_TYPE_INFO(0, timeout_type, IS_LONG, 0)

Completed in 19 milliseconds