Home
last modified time | relevance | path

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

/PHP-8.3/ext/snmp/
H A Dsnmp.c104 static HashTable php_snmp_properties; variable
1694 hnd = zend_hash_find_ptr(&php_snmp_properties, name); in php_snmp_read_property()
1715 php_snmp_prop_handler *hnd = zend_hash_find_ptr(&php_snmp_properties, name); in php_snmp_write_property()
1752 if ((hnd = zend_hash_find_ptr(&php_snmp_properties, name)) != NULL) { in php_snmp_has_property()
1802 ZEND_HASH_MAP_FOREACH_STR_KEY_PTR(&php_snmp_properties, key, hnd) { in php_snmp_get_properties()
1815 php_snmp_prop_handler *hnd = zend_hash_find_ptr(&php_snmp_properties, name); in php_snmp_get_property_ptr_ptr()
2031 zend_hash_init(&php_snmp_properties, 0, NULL, free_php_snmp_properties, 1); in PHP_MINIT_FUNCTION()
2032 PHP_SNMP_ADD_PROPERTIES(&php_snmp_properties, php_snmp_property_entries); in PHP_MINIT_FUNCTION()
2048 zend_hash_destroy(&php_snmp_properties); in PHP_MSHUTDOWN_FUNCTION()

Completed in 10 milliseconds