Searched defs:retries (Results 1 – 4 of 4) sorted by relevance
/PHP-8.1/ext/snmp/ |
H A D | snmp.stub.php | 5 …stname, string $community, array|string $object_id, int $timeout = -1, int $retries = -1): mixed {} 7 …stname, string $community, array|string $object_id, int $timeout = -1, int $retries = -1): mixed {} 9 …tname, string $community, array|string $object_id, int $timeout = -1, int $retries = -1): array|fa… 11 …tname, string $community, array|string $object_id, int $timeout = -1, int $retries = -1): array|fa… 29 …stname, string $community, array|string $object_id, int $timeout = -1, int $retries = -1): mixed {} 43 array|string $object_id, int $timeout = -1, int $retries = -1): mixed {} 49 array|string $object_id, int $timeout = -1, int $retries = -1): mixed {} 55 array|string $object_id, int $timeout = -1, int $retries = -1): array|false {} 61 array|string $object_id, int $timeout = -1, int $retries = -1): array|false {} 68 int $timeout = -1, int $retries = -1): bool {} [all …]
|
H A D | snmp.c | 792 … **session_p, int version, zend_string *hostname, zend_string *community, int timeout, int retries) in netsnmp_session_init() 1137 zend_long retries = SNMP_DEFAULT_RETRIES; in php_snmp() local 1534 zend_long retries = SNMP_DEFAULT_RETRIES; in PHP_METHOD() local
|
/PHP-8.1/ext/imap/ |
H A D | php_imap.stub.php | 18 …open(string $mailbox, string $user, string $password, int $flags = 0, int $retries = 0, array $opt… 20 …function imap_reopen(IMAP\Connection $imap, string $mailbox, int $flags = 0, int $retries = 0): bo…
|
H A D | php_imap.c | 780 zend_long retries = 0, flags = 0, cl_flags = 0; in PHP_FUNCTION() local 899 zend_long options = 0, retries = 0; in PHP_FUNCTION() local
|
Completed in 73 milliseconds