Home
last modified time | relevance | path

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

/PHP-8.1/ext/snmp/
H A Dsnmp.c93 #define PHP_SNMP_ERRNO_NOERROR 0 macro
107 PHP_SNMP_ERRNO_NOERROR \
227 if (type == PHP_SNMP_ERRNO_NOERROR) { in php_snmp_error()
237 if (type == PHP_SNMP_ERRNO_NOERROR) { in php_snmp_error()
419 php_snmp_error(getThis(), PHP_SNMP_ERRNO_NOERROR, ""); in php_snmp_internal()
2064 REGISTER_SNMP_CLASS_CONST_LONG("ERRNO_NOERROR", PHP_SNMP_ERRNO_NOERROR); in PHP_MINIT_FUNCTION()

Completed in 13 milliseconds