Searched refs:spl_fixedarray_init (Results 1 – 1 of 1) sorted by relevance
78 static void spl_fixedarray_init(spl_fixedarray *array, long size TSRMLS_DC) /* {{{ */ in spl_fixedarray_init() function100 spl_fixedarray_init(array, size TSRMLS_CC); in spl_fixedarray_resize()248 spl_fixedarray_init(intern->array, other->array->size TSRMLS_CC); in spl_fixedarray_object_new_ex()603 spl_fixedarray_init(intern->array, size TSRMLS_CC); in SPL_METHOD()625 spl_fixedarray_init(intern->array, size TSRMLS_CC); in SPL_METHOD()730 spl_fixedarray_init(array, tmp TSRMLS_CC); in SPL_METHOD()748 spl_fixedarray_init(array, num TSRMLS_CC); in SPL_METHOD()762 spl_fixedarray_init(array, 0 TSRMLS_CC); in SPL_METHOD()
Completed in 9 milliseconds