Lines Matching refs:timeout

143 	ZEND_ARG_INFO(0, timeout)
151 ZEND_ARG_INFO(0, timeout)
159 ZEND_ARG_INFO(0, timeout)
167 ZEND_ARG_INFO(0, timeout)
177 ZEND_ARG_INFO(0, timeout)
202 ZEND_ARG_INFO(0, timeout)
210 ZEND_ARG_INFO(0, timeout)
218 ZEND_ARG_INFO(0, timeout)
226 ZEND_ARG_INFO(0, timeout)
236 ZEND_ARG_INFO(0, timeout)
249 ZEND_ARG_INFO(0, timeout)
262 ZEND_ARG_INFO(0, timeout)
275 ZEND_ARG_INFO(0, timeout)
288 ZEND_ARG_INFO(0, timeout)
303 ZEND_ARG_INFO(0, timeout)
324 ZEND_ARG_INFO(0, timeout)
1106 …p_snmp_session **session_p, int version, char *hostname, char *community, int timeout, int retries) in netsnmp_session_init() argument
1222 session->timeout = timeout; in netsnmp_session_init()
1411 zend_long timeout = SNMP_DEFAULT_TIMEOUT; in php_snmp() local
1429 …&a4, &a4_len, &a5, &a5_len, &a6, &a6_len, &a7, &a7_len, &oid, &type, &value, &timeout, &retries) =… in php_snmp()
1438 &a4, &a4_len, &a5, &a5_len, &a6, &a6_len, &a7, &a7_len, &oid, &timeout, &retries) == FAILURE) { in php_snmp()
1444 …ters(argc, "sszzz|ll", &a1, &a1_len, &a2, &a2_len, &oid, &type, &value, &timeout, &retries) == FAI… in php_snmp()
1452 …if (zend_parse_parameters(argc, "ssz|ll", &a1, &a1_len, &a2, &a2_len, &oid, &timeout, &retries) ==… in php_snmp()
1490 if (netsnmp_session_init(&session, version, a1, a2, timeout, retries)) { in php_snmp()
1795 zend_long timeout = SNMP_DEFAULT_TIMEOUT; in PHP_METHOD() local
1802 …if (zend_parse_parameters_throw(argc, "lss|ll", &version, &a1, &a1_len, &a2, &a2_len, &timeout, &r… in PHP_METHOD()
1821 if (netsnmp_session_init(&(snmp_object->session), version, a1, a2, timeout, retries)) { in PHP_METHOD()
2114 ZVAL_LONG(&val, snmp_object->session->timeout); in php_snmp_read_info()