Home
last modified time | relevance | path

Searched refs:retries (Results 26 – 31 of 31) sorted by relevance

12

/PHP-7.4/ext/snmp/tests/
H A Dbug60749.phpt20 $session = new SNMP(SNMP::VERSION_1, "$hostname:$port", $community, $timeout, $retries);
H A Dsnmp-object-error.phpt39 $session = new SNMP(SNMP::VERSION_3, $hostname, $user_noauth, $timeout, $retries);
56 $session = new SNMP(SNMP::VERSION_3, $hostname, $user_noauth, $timeout, $retries);
65 $session = new SNMP(SNMP::VERSION_2c, $hostname, $community, $timeout, $retries);
H A Dsnmp_include.inc18 $retries = getenv('SNMP_RETRIES') ?: 1;
H A Dreflection.phpt32 Parameter #4 [ <optional> $retries ]
H A Dsnmp-object-setSecurity_error.phpt17 $session = new SNMP(SNMP::VERSION_3, $hostname, $user_noauth, $timeout, $retries);
/PHP-7.4/ext/imap/
H A Dphp_imap.c1175 zend_long retries = 0, flags = NIL, cl_flags = NIL; in php_imap_do_open() local
1182 &passwd, &flags, &retries, &params) == FAILURE) { in php_imap_do_open()
1256 if (retries < 0) { in php_imap_do_open()
1259 mail_parameters(NIL, SET_MAXLOGINTRIALS, (void *) retries); in php_imap_do_open()
1297 zend_long options = 0, retries = 0; in PHP_FUNCTION() local
1302 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "rS|ll", &streamind, &mailbox, &options, &retries) == F… in PHP_FUNCTION()
1319 if (retries) { in PHP_FUNCTION()
1320 mail_parameters(NIL, SET_MAXLOGINTRIALS, (void *) retries); in PHP_FUNCTION()

Completed in 26 milliseconds

12