Home
last modified time | relevance | path

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

/PHP-5.3/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.3/ext/zip/
H A Dphp_zip.c2431 int nelems; in ZIPARCHIVE_METHOD() local
2465 nelems = zend_hash_num_elements(Z_ARRVAL_P(zval_files)); in ZIPARCHIVE_METHOD()
2466 if (nelems == 0 ) { in ZIPARCHIVE_METHOD()
2469 for (i = 0; i < nelems; i++) { in ZIPARCHIVE_METHOD()
/PHP-5.3/ext/phar/
H A Dphar_object.c4340 int nelems; local
4402 nelems = zend_hash_num_elements(Z_ARRVAL_P(zval_files));
4403 if (nelems == 0 ) {
4406 for (i = 0; i < nelems; i++) {
/PHP-5.3/ext/imap/
H A Dphp_imap.c1185 int nelems = zend_hash_num_elements(Z_ARRVAL_PP(disabled_auth_method)); in php_imap_do_open() local
1187 if (nelems == 0 ) { in php_imap_do_open()
1190 for (i = 0; i < nelems; i++) { in php_imap_do_open()
/PHP-5.3/ext/mbstring/
H A Dmbstring.c606 static void *_php_mb_allocators_calloc(unsigned int nelems, unsigned int szelem) in _php_mb_allocators_calloc() argument
608 return ecalloc(nelems, szelem); in _php_mb_allocators_calloc()

Completed in 58 milliseconds