Home
last modified time | relevance | path

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

/PHP-7.4/ext/snmp/
H A Dsnmp.c93 #define PHP_SNMP_ERRNO_NOERROR 0 macro
107 PHP_SNMP_ERRNO_NOERROR \
496 if (type == PHP_SNMP_ERRNO_NOERROR) { in php_snmp_error()
506 if (type == PHP_SNMP_ERRNO_NOERROR) { in php_snmp_error()
688 php_snmp_error(getThis(), PHP_SNMP_ERRNO_NOERROR, ""); in php_snmp_internal()
2334 REGISTER_SNMP_CLASS_CONST_LONG("ERRNO_NOERROR", PHP_SNMP_ERRNO_NOERROR); in PHP_MINIT_FUNCTION()

Completed in 13 milliseconds