Lines Matching defs:array
48 spl_fixedarray array; member
70 static bool spl_fixedarray_empty(spl_fixedarray *array) in spl_fixedarray_empty()
80 static void spl_fixedarray_default_ctor(spl_fixedarray *array) in spl_fixedarray_default_ctor()
88 static void spl_fixedarray_init_elems(spl_fixedarray *array, zend_long from, zend_long to) in spl_fixedarray_init_elems()
98 static void spl_fixedarray_init_non_empty_struct(spl_fixedarray *array, zend_long size) in spl_fixedarray_init_non_empty_struct()
106 static void spl_fixedarray_init(spl_fixedarray *array, zend_long size) in spl_fixedarray_init()
119 static void spl_fixedarray_copy_range(spl_fixedarray *array, zend_long offset, zval *begin, zval *e… in spl_fixedarray_copy_range()
143 static void spl_fixedarray_dtor_range(spl_fixedarray *array, zend_long from, zend_long to) in spl_fixedarray_dtor_range()
155 static void spl_fixedarray_dtor(spl_fixedarray *array) in spl_fixedarray_dtor()
168 static void spl_fixedarray_resize(spl_fixedarray *array, zend_long size) in spl_fixedarray_resize()
707 spl_fixedarray array; in PHP_METHOD() local