Searched refs:php_snmp_properties (Results 1 – 1 of 1) sorted by relevance
/PHP-8.1/ext/snmp/ |
H A D | snmp.c | 124 static HashTable php_snmp_properties; variable 1696 hnd = zend_hash_find_ptr(&php_snmp_properties, name); in php_snmp_read_property() 1717 php_snmp_prop_handler *hnd = zend_hash_find_ptr(&php_snmp_properties, name); in php_snmp_write_property() 1754 if ((hnd = zend_hash_find_ptr(&php_snmp_properties, name)) != NULL) { in php_snmp_has_property() 1804 ZEND_HASH_FOREACH_STR_KEY_PTR(&php_snmp_properties, key, hnd) { in php_snmp_get_properties() 1817 php_snmp_prop_handler *hnd = zend_hash_find_ptr(&php_snmp_properties, name); in php_snmp_get_property_ptr_ptr() 2032 zend_hash_init(&php_snmp_properties, 0, NULL, free_php_snmp_properties, 1); in PHP_MINIT_FUNCTION() 2033 PHP_SNMP_ADD_PROPERTIES(&php_snmp_properties, php_snmp_property_entries); in PHP_MINIT_FUNCTION() 2085 zend_hash_destroy(&php_snmp_properties); in PHP_MSHUTDOWN_FUNCTION()
|
Completed in 8 milliseconds