Home
last modified time | relevance | path

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

/PHP-8.0/ext/snmp/
H A Dsnmp.c123 static HashTable php_snmp_properties; variable
1683 hnd = zend_hash_find_ptr(&php_snmp_properties, name); in php_snmp_read_property()
1708 hnd = zend_hash_find_ptr(&php_snmp_properties, name); in php_snmp_write_property()
1734 if ((hnd = zend_hash_find_ptr(&php_snmp_properties, name)) != NULL) { in php_snmp_has_property()
1784 ZEND_HASH_FOREACH_STR_KEY_PTR(&php_snmp_properties, key, hnd) { in php_snmp_get_properties()
2008 zend_hash_init(&php_snmp_properties, 0, NULL, free_php_snmp_properties, 1); in PHP_MINIT_FUNCTION()
2009 PHP_SNMP_ADD_PROPERTIES(&php_snmp_properties, php_snmp_property_entries); in PHP_MINIT_FUNCTION()
2062 zend_hash_destroy(&php_snmp_properties); in PHP_MSHUTDOWN_FUNCTION()

Completed in 10 milliseconds