Home
last modified time | relevance | path

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

/PHP-7.0/ext/imap/
H A Dphp_imap.c464 ZEND_ARG_INFO(0, timeout_type)
4791 int timeout_type; in PHP_FUNCTION() local
4800 timeout_type = GET_OPENTIMEOUT; in PHP_FUNCTION()
4803 timeout_type = GET_READTIMEOUT; in PHP_FUNCTION()
4806 timeout_type = GET_WRITETIMEOUT; in PHP_FUNCTION()
4809 timeout_type = GET_CLOSETIMEOUT; in PHP_FUNCTION()
4816 timeout = (zend_long) mail_parameters(NIL, timeout_type, NIL); in PHP_FUNCTION()
4821 timeout_type = SET_OPENTIMEOUT; in PHP_FUNCTION()
4824 timeout_type = SET_READTIMEOUT; in PHP_FUNCTION()
4827 timeout_type = SET_WRITETIMEOUT; in PHP_FUNCTION()
[all …]

Completed in 14 milliseconds