Home
last modified time | relevance | path

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

/PHP-5.5/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-5.5/ext/mbstring/
H A Dmbstring.c615 static void *_php_mb_allocators_calloc(unsigned int nelems, unsigned int szelem) in _php_mb_allocators_calloc() argument
617 return ecalloc(nelems, szelem); in _php_mb_allocators_calloc()

Completed in 28 milliseconds