Lines Matching refs:spl_fixedarray_object

60 } spl_fixedarray_object;  typedef
74 static inline spl_fixedarray_object *spl_fixed_array_from_obj(zend_object *obj) /* {{{ */ { in spl_fixed_array_from_obj()
75 return (spl_fixedarray_object*)((char*)(obj) - XtOffsetOf(spl_fixedarray_object, std)); in spl_fixed_array_from_obj()
151 spl_fixedarray_object *intern = Z_SPLFIXEDARRAY_P(obj); in spl_fixedarray_object_get_gc()
163 spl_fixedarray_object *intern = Z_SPLFIXEDARRAY_P(obj); in spl_fixedarray_object_get_properties()
191 spl_fixedarray_object *intern = spl_fixed_array_from_obj(object); in spl_fixedarray_object_free_storage()
212 spl_fixedarray_object *intern; in spl_fixedarray_object_new_ex()
217 intern = zend_object_alloc(sizeof(spl_fixedarray_object), parent); in spl_fixedarray_object_new_ex()
226 spl_fixedarray_object *other = Z_SPLFIXEDARRAY_P(orig); in spl_fixedarray_object_new_ex()
317 static inline zval *spl_fixedarray_object_read_dimension_helper(spl_fixedarray_object *intern, zval… in spl_fixedarray_object_read_dimension_helper()
349 spl_fixedarray_object *intern; in spl_fixedarray_object_read_dimension()
377 static inline void spl_fixedarray_object_write_dimension_helper(spl_fixedarray_object *intern, zval… in spl_fixedarray_object_write_dimension_helper()
409 spl_fixedarray_object *intern; in spl_fixedarray_object_write_dimension()
432 static inline void spl_fixedarray_object_unset_dimension_helper(spl_fixedarray_object *intern, zval… in spl_fixedarray_object_unset_dimension_helper()
454 spl_fixedarray_object *intern; in spl_fixedarray_object_unset_dimension()
470 static inline int spl_fixedarray_object_has_dimension_helper(spl_fixedarray_object *intern, zval *o… in spl_fixedarray_object_has_dimension_helper()
503 spl_fixedarray_object *intern; in spl_fixedarray_object_has_dimension()
525 spl_fixedarray_object *intern; in spl_fixedarray_object_count_elements()
549 spl_fixedarray_object *intern; in SPL_METHOD()
576 spl_fixedarray_object *intern = Z_SPLFIXEDARRAY_P(ZEND_THIS); in SPL_METHOD()
607 spl_fixedarray_object *intern; in SPL_METHOD()
622 spl_fixedarray_object *intern; in SPL_METHOD()
654 spl_fixedarray_object *intern; in SPL_METHOD()
718 spl_fixedarray_object *intern; in SPL_METHOD()
734 spl_fixedarray_object *intern; in SPL_METHOD()
758 spl_fixedarray_object *intern; in SPL_METHOD()
774 spl_fixedarray_object *intern; in SPL_METHOD()
795 spl_fixedarray_object *intern; in SPL_METHOD()
811 spl_fixedarray_object *intern; in SPL_METHOD()
833 spl_fixedarray_object *object = Z_SPLFIXEDARRAY_P(&iter->data); in spl_fixedarray_it_rewind()
845 spl_fixedarray_object *object = Z_SPLFIXEDARRAY_P(&iter->data); in spl_fixedarray_it_valid()
862 spl_fixedarray_object *object = Z_SPLFIXEDARRAY_P(&iter->data); in spl_fixedarray_it_get_current_data()
883 spl_fixedarray_object *object = Z_SPLFIXEDARRAY_P(&iter->data); in spl_fixedarray_it_get_current_key()
895 spl_fixedarray_object *object = Z_SPLFIXEDARRAY_P(&iter->data); in spl_fixedarray_it_move_forward()
910 spl_fixedarray_object *intern = Z_SPLFIXEDARRAY_P(ZEND_THIS); in SPL_METHOD()
924 spl_fixedarray_object *intern = Z_SPLFIXEDARRAY_P(ZEND_THIS); in SPL_METHOD()
938 spl_fixedarray_object *intern = Z_SPLFIXEDARRAY_P(ZEND_THIS); in SPL_METHOD()
952 spl_fixedarray_object *intern = Z_SPLFIXEDARRAY_P(ZEND_THIS); in SPL_METHOD()
967 spl_fixedarray_object *intern = Z_SPLFIXEDARRAY_P(ZEND_THIS); in SPL_METHOD()
1071 spl_handler_SplFixedArray.offset = XtOffsetOf(spl_fixedarray_object, std); in PHP_MINIT_FUNCTION()