Home
last modified time | relevance | path

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

/php-src/ext/spl/
H A Dconfig.w323 …_directory.c spl_exceptions.c spl_observer.c spl_dllist.c spl_heap.c spl_fixedarray.c", false /*ne…
5 …ptions.h spl_functions.h spl_iterators.h spl_observer.h spl_dllist.h spl_heap.h spl_fixedarray.h");
H A Dconfig.m41 …_directory.c spl_exceptions.c spl_observer.c spl_dllist.c spl_heap.c spl_fixedarray.c, no,, -DZEND…
2 …eptions.h spl_functions.h spl_iterators.h spl_observer.h spl_dllist.h spl_heap.h spl_fixedarray.h])
H A Dspl_fixedarray.h23 PHP_MINIT_FUNCTION(spl_fixedarray);
H A Dspl_fixedarray.c49 } spl_fixedarray; typedef
52 spl_fixedarray array;
74 static bool spl_fixedarray_empty(spl_fixedarray *array) in spl_fixedarray_empty()
84 static void spl_fixedarray_default_ctor(spl_fixedarray *array) in spl_fixedarray_default_ctor()
102 static void spl_fixedarray_init_non_empty_struct(spl_fixedarray *array, zend_long size) in spl_fixedarray_init_non_empty_struct()
110 static void spl_fixedarray_init(spl_fixedarray *array, zend_long size) in spl_fixedarray_init()
134 static void spl_fixedarray_copy_ctor(spl_fixedarray *to, spl_fixedarray *from) in spl_fixedarray_copy_ctor()
159 static void spl_fixedarray_dtor(spl_fixedarray *array) in spl_fixedarray_dtor()
172 static void spl_fixedarray_resize(spl_fixedarray *array, zend_long size) in spl_fixedarray_resize()
705 spl_fixedarray array; in PHP_METHOD()
[all …]
H A Dphp_spl.c731 PHP_MINIT(spl_fixedarray)(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION() local

Completed in 27 milliseconds