Home
last modified time | relevance | path

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

/PHP-8.0/ext/snmp/
H A Dphp_snmp.h61 static inline php_snmp_object *php_snmp_fetch_object(zend_object *obj) { in php_snmp_fetch_object() function
65 #define Z_SNMP_P(zv) php_snmp_fetch_object(Z_OBJ_P((zv)))
H A Dsnmp.c187 php_snmp_object *intern = php_snmp_fetch_object(object); in php_snmp_object_free_storage()
1682 obj = php_snmp_fetch_object(object); in php_snmp_read_property()
1707 obj = php_snmp_fetch_object(object); in php_snmp_write_property()
1781 obj = php_snmp_fetch_object(object); in php_snmp_get_properties()

Completed in 13 milliseconds