Home
last modified time | relevance | path

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

/PHP-7.4/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_allocators.c68 static void *__mbfl__calloc(size_t nelems, size_t szelem) in __mbfl__calloc() argument
70 return calloc(nelems, szelem); in __mbfl__calloc()
/PHP-7.4/ext/zip/
H A Dphp_zip.c2643 uint32_t nelems, i; local
2652 nelems = zend_hash_num_elements(Z_ARRVAL_P(zval_files));
2653 if (nelems == 0 ) {
2656 for (i = 0; i < nelems; i++) {
/PHP-7.4/ext/gd/
H A Dgd.c4930 int i, nelems; in PHP_FUNCTION() local
4941 if ((nelems = zend_hash_num_elements(Z_ARRVAL_P(z_affine))) != 6) { in PHP_FUNCTION()
4946 for (i = 0; i < nelems; i++) { in PHP_FUNCTION()
5106 int i, nelems; in PHP_FUNCTION() local
5112 …if (((nelems = zend_hash_num_elements(Z_ARRVAL_P(z_m1))) != 6) || (nelems = zend_hash_num_elements… in PHP_FUNCTION()
/PHP-7.4/ext/imap/
H A Dphp_imap.c1210 int nelems = zend_hash_num_elements(Z_ARRVAL_P(disabled_auth_method)); in php_imap_do_open() local
1212 if (nelems == 0 ) { in php_imap_do_open()
1215 for (i = 0; i < nelems; i++) { in php_imap_do_open()
/PHP-7.4/ext/mbstring/
H A Dmbstring.c633 static void *_php_mb_allocators_calloc(size_t nelems, size_t szelem) in _php_mb_allocators_calloc() argument
635 return ecalloc(nelems, szelem); in _php_mb_allocators_calloc()

Completed in 62 milliseconds