Searched refs:PHP_SNMP_ERRNO_NOERROR (Results 1 – 3 of 3) sorted by relevance
99 #define PHP_SNMP_ERRNO_NOERROR 0 macro113 PHP_SNMP_ERRNO_NOERROR \
207 if (type == PHP_SNMP_ERRNO_NOERROR) { in php_snmp_error()217 if (type == PHP_SNMP_ERRNO_NOERROR) { in php_snmp_error()399 php_snmp_error(getThis(), PHP_SNMP_ERRNO_NOERROR, ""); in php_snmp_internal()
304 ZVAL_LONG(&const_ERRNO_NOERROR_value, PHP_SNMP_ERRNO_NOERROR); in register_class_SNMP()
Completed in 17 milliseconds