/PHP-7.4/ext/mbstring/libmbfl/mbfl/ |
H A D | mbfl_allocators.h | 40 void *(*calloc)(size_t, size_t); member 51 #define mbfl_calloc (__mbfl_allocators->calloc)
|
H A D | mbfl_allocators.c | 70 return calloc(nelems, szelem); in __mbfl__calloc()
|
/PHP-7.4/ext/opcache/ |
H A D | shared_alloc_mmap.c | 44 …*shared_segments_p = (zend_shared_segment **) calloc(1, sizeof(zend_shared_segment) + sizeof(void … in create_segments()
|
H A D | shared_alloc_posix.c | 45 …*shared_segments_p = (zend_shared_segment_posix **) calloc(1, sizeof(zend_shared_segment_posix) + … in create_segments()
|
H A D | shared_alloc_shm.c | 89 …*shared_segments_p = (zend_shared_segment_shm **) calloc(1, (*shared_segments_count) * sizeof(zend… in create_segments()
|
H A D | shared_alloc_win32.c | 250 …*shared_segments_p = (zend_shared_segment **) calloc(1, sizeof(zend_shared_segment)+sizeof(void *)… in create_segments()
|
H A D | zend_accelerator_blacklist.c | 61 …blacklist->entries = (zend_blacklist_entry *) calloc(sizeof(zend_blacklist_entry), blacklist->size… in zend_accel_blacklist_init()
|
H A D | ZendAccelerator.c | 3000 accel_shared_globals = calloc(1, sizeof(zend_accel_shared_globals)); in accel_post_startup()
|
/PHP-7.4/sapi/fpm/fpm/ |
H A D | fpm_arrays.h | 32 a->data = calloc(sz, initial_num); in fpm_array_init()
|
/PHP-7.4/win32/ |
H A D | readdir.c | 69 dp = (DIR *) calloc(1, sizeof(DIR) + (_MAX_FNAME*5+1)*sizeof(char)); in opendir()
|
/PHP-7.4/ext/mysqlnd/ |
H A D | mysqlnd_alloc.c | 423 ret = calloc(nmemb, REAL_SIZE(size)); in _mysqlnd_calloc() 428 ret = calloc(nmemb, REAL_SIZE(size)); in _mysqlnd_calloc() 727 return calloc(nmemb, size); in mysqlnd_zend_mm_calloc()
|
H A D | mysqlnd_debug.c | 710 MYSQLND_DEBUG *ret = calloc(1, sizeof(MYSQLND_DEBUG)); in mysqlnd_debug_init()
|
/PHP-7.4/Zend/ |
H A D | zend_interfaces.c | 354 funcs_ptr = calloc(1, sizeof(zend_class_iterator_funcs)); in zend_implement_aggregate() 401 funcs_ptr = calloc(1, sizeof(zend_class_iterator_funcs)); in zend_implement_iterator()
|
/PHP-7.4/TSRM/ |
H A D | TSRM.c | 158 tsrm_tls_table = (tsrm_tls_entry **) calloc(tsrm_tls_table_size, sizeof(tsrm_tls_entry *)); in tsrm_startup() 167 …resource_types_table = (tsrm_resource_type *) calloc(resource_types_table_size, sizeof(tsrm_resour… in tsrm_startup()
|
/PHP-7.4/sapi/phpdbg/ |
H A D | phpdbg_cmd.c | 435 phpdbg_param_t *next = calloc(1, sizeof(phpdbg_param_t)); in phpdbg_stack_push() 460 phpdbg_param_t *stack = calloc(1, sizeof(phpdbg_param_t)); in phpdbg_stack_separate()
|
H A D | phpdbg.c | 2117 settings = calloc(1, sizeof(zend_phpdbg_globals)); in main()
|
/PHP-7.4/ext/session/ |
H A D | mod_mm.c | 277 ps_mm_instance = calloc(sizeof(*ps_mm_instance), 1); in PHP_MINIT_FUNCTION()
|
/PHP-7.4/ext/date/lib/ |
H A D | timelib.h | 320 # define timelib_calloc calloc
|
/PHP-7.4/ext/fileinfo/ |
H A D | libmagic.patch | 190 - if ((ms = CAST(struct magic_set *, calloc(CAST(size_t, 1u), 261 - if ((mlist = CAST(struct mlist *, calloc(1, sizeof(*mlist)))) == NULL) { 472 - if ((map = CAST(struct magic_map *, calloc(1, sizeof(*map)))) == NULL) 689 - if ((map = CAST(struct magic_map *, calloc(1, sizeof(*map)))) == NULL) { 1120 - return calloc(n, u); 1622 - if ((*ubuf = CAST(unichar *, calloc(CAST(size_t, 1), mlen))) == NULL) { 1629 - calloc(CAST(size_t, 1), mlen))) == NULL) { 2693 - dllpath = calloc(MAX_PATH + 1, sizeof(*dllpath));
|
/PHP-7.4/ext/mysqli/ |
H A D | mysqli_nonapi.c | 227 plist = calloc(1, sizeof(mysqli_plist_entry));
|
/PHP-7.4/ext/oci8/ |
H A D | oci8.c | 1973 connection = (php_oci_connection *) calloc(1, sizeof(php_oci_connection)); in php_oci_do_connect_ex() 2764 session_pool = (php_oci_spool *) calloc(1, sizeof(php_oci_spool)); in php_oci_create_spool()
|
/PHP-7.4/main/ |
H A D | fastcgi.c | 882 fcgi_request *req = calloc(1, sizeof(fcgi_request)); in fcgi_init_request()
|
/PHP-7.4/ext/fileinfo/libmagic/ |
H A D | apprentice.c | 2960 if ((map = CAST(struct magic_map *, calloc(1, sizeof(*map)))) == NULL) {
|
/PHP-7.4/sapi/cli/ |
H A D | php_cli_server.c | 520 php_cli_server_workers = calloc( in sapi_cli_server_startup()
|