spl_fixedarray_object 76 ext/spl/spl_fixedarray.c static inline spl_fixedarray_object *spl_fixed_array_from_obj(zend_object *obj) /* {{{ */ { spl_fixedarray_object 77 ext/spl/spl_fixedarray.c return (spl_fixedarray_object*)((char*)(obj) - XtOffsetOf(spl_fixedarray_object, std)); spl_fixedarray_object 148 ext/spl/spl_fixedarray.c spl_fixedarray_object *intern = Z_SPLFIXEDARRAY_P(obj); spl_fixedarray_object 165 ext/spl/spl_fixedarray.c spl_fixedarray_object *intern = Z_SPLFIXEDARRAY_P(obj); spl_fixedarray_object 195 ext/spl/spl_fixedarray.c spl_fixedarray_object *intern = spl_fixed_array_from_obj(object); spl_fixedarray_object 217 ext/spl/spl_fixedarray.c spl_fixedarray_object *intern; spl_fixedarray_object 221 ext/spl/spl_fixedarray.c intern = ecalloc(1, sizeof(spl_fixedarray_object) + zend_object_properties_size(parent)); spl_fixedarray_object 230 ext/spl/spl_fixedarray.c spl_fixedarray_object *other = Z_SPLFIXEDARRAY_P(orig); spl_fixedarray_object 327 ext/spl/spl_fixedarray.c static inline zval *spl_fixedarray_object_read_dimension_helper(spl_fixedarray_object *intern, zval *offset) /* {{{ */ spl_fixedarray_object 357 ext/spl/spl_fixedarray.c spl_fixedarray_object *intern; spl_fixedarray_object 381 ext/spl/spl_fixedarray.c static inline void spl_fixedarray_object_write_dimension_helper(spl_fixedarray_object *intern, zval *offset, zval *value) /* {{{ */ spl_fixedarray_object 412 ext/spl/spl_fixedarray.c spl_fixedarray_object *intern; spl_fixedarray_object 435 ext/spl/spl_fixedarray.c static inline void spl_fixedarray_object_unset_dimension_helper(spl_fixedarray_object *intern, zval *offset) /* {{{ */ spl_fixedarray_object 457 ext/spl/spl_fixedarray.c spl_fixedarray_object *intern; spl_fixedarray_object 473 ext/spl/spl_fixedarray.c static inline int spl_fixedarray_object_has_dimension_helper(spl_fixedarray_object *intern, zval *offset, int check_empty) /* {{{ */ spl_fixedarray_object 506 ext/spl/spl_fixedarray.c spl_fixedarray_object *intern; spl_fixedarray_object 529 ext/spl/spl_fixedarray.c spl_fixedarray_object *intern; spl_fixedarray_object 555 ext/spl/spl_fixedarray.c spl_fixedarray_object *intern; spl_fixedarray_object 583 ext/spl/spl_fixedarray.c spl_fixedarray_object *intern = Z_SPLFIXEDARRAY_P(getThis()); spl_fixedarray_object 618 ext/spl/spl_fixedarray.c spl_fixedarray_object *intern; spl_fixedarray_object 636 ext/spl/spl_fixedarray.c spl_fixedarray_object *intern; spl_fixedarray_object 667 ext/spl/spl_fixedarray.c spl_fixedarray_object *intern; spl_fixedarray_object 736 ext/spl/spl_fixedarray.c spl_fixedarray_object *intern; spl_fixedarray_object 755 ext/spl/spl_fixedarray.c spl_fixedarray_object *intern; spl_fixedarray_object 782 ext/spl/spl_fixedarray.c spl_fixedarray_object *intern; spl_fixedarray_object 798 ext/spl/spl_fixedarray.c spl_fixedarray_object *intern; spl_fixedarray_object 820 ext/spl/spl_fixedarray.c spl_fixedarray_object *intern; spl_fixedarray_object 836 ext/spl/spl_fixedarray.c spl_fixedarray_object *intern; spl_fixedarray_object 858 ext/spl/spl_fixedarray.c spl_fixedarray_object *object = Z_SPLFIXEDARRAY_P(&iter->data); spl_fixedarray_object 870 ext/spl/spl_fixedarray.c spl_fixedarray_object *object = Z_SPLFIXEDARRAY_P(&iter->data); spl_fixedarray_object 887 ext/spl/spl_fixedarray.c spl_fixedarray_object *object = Z_SPLFIXEDARRAY_P(&iter->data); spl_fixedarray_object 909 ext/spl/spl_fixedarray.c spl_fixedarray_object *object = Z_SPLFIXEDARRAY_P(&iter->data); spl_fixedarray_object 921 ext/spl/spl_fixedarray.c spl_fixedarray_object *object = Z_SPLFIXEDARRAY_P(&iter->data); spl_fixedarray_object 936 ext/spl/spl_fixedarray.c spl_fixedarray_object *intern = Z_SPLFIXEDARRAY_P(getThis()); spl_fixedarray_object 950 ext/spl/spl_fixedarray.c spl_fixedarray_object *intern = Z_SPLFIXEDARRAY_P(getThis()); spl_fixedarray_object 964 ext/spl/spl_fixedarray.c spl_fixedarray_object *intern = Z_SPLFIXEDARRAY_P(getThis()); spl_fixedarray_object 978 ext/spl/spl_fixedarray.c spl_fixedarray_object *intern = Z_SPLFIXEDARRAY_P(getThis()); spl_fixedarray_object 993 ext/spl/spl_fixedarray.c spl_fixedarray_object *intern = Z_SPLFIXEDARRAY_P(getThis()); spl_fixedarray_object 1098 ext/spl/spl_fixedarray.c spl_handler_SplFixedArray.offset = XtOffsetOf(spl_fixedarray_object, std);