Lines Matching refs:obj
25 OBJ_RELEASE(iterator->obj); in php_ds_htable_iterator_dtor()
160 zval *obj, in php_ds_htable_create_htable_iterator() argument
180 iterator->obj = Z_OBJ_P(obj); in php_ds_htable_create_htable_iterator()
185 GC_ADDREF(iterator->obj); in php_ds_htable_create_htable_iterator()
187 ++GC_REFCOUNT(iterator->obj); in php_ds_htable_create_htable_iterator()
195 zval *obj, in php_ds_htable_get_value_iterator_ex() argument
200 obj, table, &php_ds_htable_get_value_iterator_funcs, by_ref); in php_ds_htable_get_value_iterator_ex()
205 zval *obj, in php_ds_htable_get_key_iterator_ex() argument
210 obj, table, &php_ds_htable_get_key_iterator_funcs, by_ref); in php_ds_htable_get_key_iterator_ex()
215 zval *obj, in php_ds_htable_get_pair_iterator_ex() argument
220 obj, table, &php_ds_htable_get_pair_iterator_funcs, by_ref); in php_ds_htable_get_pair_iterator_ex()
225 zval *obj, in php_ds_htable_get_assoc_iterator_ex() argument
230 obj, table, &php_ds_htable_get_assoc_iterator_funcs, by_ref); in php_ds_htable_get_assoc_iterator_ex()