Lines Matching defs:object
514 static void php_snmp_error(zval *object, const char *docref TSRMLS_DC, int type, const char *format… in php_snmp_error()
970 static int php_snmp_parse_oid(zval *object, int st, struct objid_query *objid_query, zval **oid, zv… in php_snmp_parse_oid()
1523 zval *object = getThis(); in php_snmp() local
1813 zval *object = getThis(); in PHP_METHOD() local
1865 zval *object = getThis(); in PHP_METHOD() local
1915 zval *object = getThis(); in PHP_METHOD() local
1940 zval *object = getThis(); in PHP_METHOD() local
1954 zval *object = getThis(); in PHP_METHOD() local
1978 zval *php_snmp_read_property(zval *object, zval *member, int type, const zend_literal *key TSRMLS_D… in php_snmp_read_property()
2020 void php_snmp_write_property(zval *object, zval *member, zval *value, const zend_literal *key TSRML… in php_snmp_write_property()
2058 static int php_snmp_has_property(zval *object, zval *member, int has_set_exists, const zend_literal… in php_snmp_has_property()
2098 static HashTable *php_snmp_get_gc(zval *object, zval ***gc_data, int *gc_data_count TSRMLS_DC) /* {… in php_snmp_get_gc()