Lines Matching defs:object
512 static void php_snmp_error(zval *object, const char *docref TSRMLS_DC, int type, const char *format… in php_snmp_error()
968 static int php_snmp_parse_oid(zval *object, int st, struct objid_query *objid_query, zval **oid, zv… in php_snmp_parse_oid()
1521 zval *object = getThis(); in php_snmp() local
1811 zval *object = getThis(); in PHP_METHOD() local
1863 zval *object = getThis(); in PHP_METHOD() local
1913 zval *object = getThis(); in PHP_METHOD() local
1938 zval *object = getThis(); in PHP_METHOD() local
1952 zval *object = getThis(); in PHP_METHOD() local
1976 zval *php_snmp_read_property(zval *object, zval *member, int type, const zend_literal *key TSRMLS_D… in php_snmp_read_property()
2018 void php_snmp_write_property(zval *object, zval *member, zval *value, const zend_literal *key TSRML… in php_snmp_write_property()
2056 static int php_snmp_has_property(zval *object, zval *member, int has_set_exists, const zend_literal… in php_snmp_has_property()
2096 static HashTable *php_snmp_get_gc(zval *object, zval ***gc_data, int *gc_data_count TSRMLS_DC) /* {… in php_snmp_get_gc()