Home
last modified time | relevance | path

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

/php-src/ext/snmp/
H A Dsnmp.c104 static HashTable php_snmp_properties; variable
1688 hnd = zend_hash_find_ptr(&php_snmp_properties, name); in php_snmp_read_property()
1709 php_snmp_prop_handler *hnd = zend_hash_find_ptr(&php_snmp_properties, name); in php_snmp_write_property()
1746 if ((hnd = zend_hash_find_ptr(&php_snmp_properties, name)) != NULL) { in php_snmp_has_property()
1796 ZEND_HASH_MAP_FOREACH_STR_KEY_PTR(&php_snmp_properties, key, hnd) { in php_snmp_get_properties()
1809 php_snmp_prop_handler *hnd = zend_hash_find_ptr(&php_snmp_properties, name); in php_snmp_get_property_ptr_ptr()
2025 zend_hash_init(&php_snmp_properties, 0, NULL, free_php_snmp_properties, 1); in PHP_MINIT_FUNCTION()
2026 PHP_SNMP_ADD_PROPERTIES(&php_snmp_properties, php_snmp_property_entries); in PHP_MINIT_FUNCTION()
2042 zend_hash_destroy(&php_snmp_properties); in PHP_MSHUTDOWN_FUNCTION()

Completed in 9 milliseconds