Lines Matching refs:spl_fixedarray
42 ZEND_GET_MODULE(spl_fixedarray)
48 } spl_fixedarray; typedef
53 spl_fixedarray *array;
78 static void spl_fixedarray_init(spl_fixedarray *array, long size TSRMLS_DC) /* {{{ */ in spl_fixedarray_init()
91 static void spl_fixedarray_resize(spl_fixedarray *array, long size TSRMLS_DC) /* {{{ */ in spl_fixedarray_resize()
136 static void spl_fixedarray_copy(spl_fixedarray *to, spl_fixedarray *from TSRMLS_DC) /* {{{ */ in spl_fixedarray_copy()
247 intern->array = emalloc(sizeof(spl_fixedarray)); in spl_fixedarray_object_new_ex()
602 intern->array = emalloc(sizeof(spl_fixedarray)); in SPL_METHOD()
624 intern->array = emalloc(sizeof(spl_fixedarray)); in SPL_METHOD()
691 spl_fixedarray *array; in SPL_METHOD()
811 intern->array = ecalloc(1, sizeof(spl_fixedarray)); in SPL_METHOD()
1139 PHP_MINIT_FUNCTION(spl_fixedarray) in PHP_MINIT_FUNCTION() argument