Home
last modified time | relevance | path

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

/PHP-5.4/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.4/ext/zip/
H A Dphp_zip.c2428 int nelems; in ZIPARCHIVE_METHOD() local
2458 nelems = zend_hash_num_elements(Z_ARRVAL_P(zval_files)); in ZIPARCHIVE_METHOD()
2459 if (nelems == 0 ) { in ZIPARCHIVE_METHOD()
2462 for (i = 0; i < nelems; i++) { in ZIPARCHIVE_METHOD()
/PHP-5.4/ext/phar/
H A Dphar_object.c4393 int nelems; local
4455 nelems = zend_hash_num_elements(Z_ARRVAL_P(zval_files));
4456 if (nelems == 0 ) {
4459 for (i = 0; i < nelems; i++) {
/PHP-5.4/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.4/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 64 milliseconds