Home
last modified time | relevance | path

Searched refs:cached_resize (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/spl/
H A Dspl_fixedarray.c44 zend_long cached_resize; member
84 array->cached_resize = -1; in spl_fixedarray_default_ctor()
103 array->cached_resize = -1; in spl_fixedarray_init_non_empty_struct()
181 if (UNEXPECTED(array->cached_resize >= 0)) { in spl_fixedarray_resize()
184 array->cached_resize = size; in spl_fixedarray_resize()
187 array->cached_resize = size; in spl_fixedarray_resize()
205 zend_long cached_resize = array->cached_resize; in spl_fixedarray_resize() local
206 array->cached_resize = -1; in spl_fixedarray_resize()
207 if (cached_resize != size) { in spl_fixedarray_resize()
208 spl_fixedarray_resize(array, cached_resize); in spl_fixedarray_resize()

Completed in 12 milliseconds