Searched refs:spl_fixedarray (Results 1 – 5 of 5) sorted by relevance
4 …_directory.c spl_exceptions.c spl_observer.c spl_dllist.c spl_heap.c spl_fixedarray.c", false /*ne…7 …ptions.h spl_functions.h spl_iterators.h spl_observer.h spl_dllist.h spl_heap.h spl_fixedarray.h");
27 PHP_MINIT_FUNCTION(spl_fixedarray);
25 …ray.c spl_directory.c spl_exceptions.c spl_observer.c spl_dllist.c spl_heap.c spl_fixedarray.c, no)26 …eptions.h spl_functions.h spl_iterators.h spl_observer.h spl_dllist.h spl_heap.h spl_fixedarray.h])
42 ZEND_GET_MODULE(spl_fixedarray)48 } spl_fixedarray; typedef53 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()230 intern->array = emalloc(sizeof(spl_fixedarray)); in spl_fixedarray_object_new_ex()585 intern->array = emalloc(sizeof(spl_fixedarray)); in SPL_METHOD()642 spl_fixedarray *array; in SPL_METHOD()762 intern->array = ecalloc(1, sizeof(spl_fixedarray)); in SPL_METHOD()[all …]
895 PHP_MINIT(spl_fixedarray)(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION() local
Completed in 11 milliseconds