Home
last modified time | relevance | path

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

/PHP-7.1/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_allocators.c84 static void *__mbfl__calloc(unsigned int nelems, unsigned int szelem) in __mbfl__calloc() argument
86 return calloc(nelems, szelem); in __mbfl__calloc()
/PHP-7.1/ext/mbstring/
H A Dmbstring.c639 static void *_php_mb_allocators_calloc(unsigned int nelems, unsigned int szelem) in _php_mb_allocators_calloc() argument
641 return ecalloc(nelems, szelem); in _php_mb_allocators_calloc()

Completed in 18 milliseconds