Lines Matching defs:array
58 spl_fixedarray array; member
80 static bool spl_fixedarray_empty(spl_fixedarray *array) in spl_fixedarray_empty()
90 static void spl_fixedarray_default_ctor(spl_fixedarray *array) in spl_fixedarray_default_ctor()
98 static void spl_fixedarray_init_elems(spl_fixedarray *array, zend_long from, zend_long to) in spl_fixedarray_init_elems()
108 static void spl_fixedarray_init_non_empty_struct(spl_fixedarray *array, zend_long size) in spl_fixedarray_init_non_empty_struct()
117 static void spl_fixedarray_init(spl_fixedarray *array, zend_long size) in spl_fixedarray_init()
130 static void spl_fixedarray_copy_range(spl_fixedarray *array, zend_long offset, zval *begin, zval *e… in spl_fixedarray_copy_range()
154 static void spl_fixedarray_dtor_range(spl_fixedarray *array, zend_long from, zend_long to) in spl_fixedarray_dtor_range()
166 static void spl_fixedarray_dtor(spl_fixedarray *array) in spl_fixedarray_dtor()
179 static void spl_fixedarray_resize(spl_fixedarray *array, zend_long size) in spl_fixedarray_resize()
728 spl_fixedarray array; in PHP_METHOD() local