/PHP-7.2/ext/mbstring/libmbfl/mbfl/ |
H A D | mbfl_allocators.h | 39 void *(*calloc)(unsigned int, unsigned int); member 50 #define mbfl_calloc (__mbfl_allocators->calloc)
|
H A D | mbfl_allocators.c | 86 return calloc(nelems, szelem); in __mbfl__calloc()
|
/PHP-7.2/ext/opcache/ |
H A D | shared_alloc_mmap.c | 41 …*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 | 90 …*shared_segments_p = (zend_shared_segment_shm **) calloc(1, (*shared_segments_count) * sizeof(zend… in create_segments()
|
H A D | shared_alloc_win32.c | 273 …*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()
|
/PHP-7.2/sapi/fpm/fpm/ |
H A D | fpm_arrays.h | 33 a->data = calloc(sz, initial_num); in fpm_array_init()
|
/PHP-7.2/ext/fileinfo/libmagic/ |
H A D | encoding.c | 81 if ((*ubuf = CAST(unichar *, calloc((size_t)1, mlen))) == NULL) { in file_encoding() 86 if ((nbuf = CAST(unsigned char *, calloc((size_t)1, mlen))) == NULL) { in file_encoding()
|
H A D | cdf.c | 116 return calloc(n, u); in cdf_calloc()
|
/PHP-7.2/ext/zip/lib/ |
H A D | zip_hash.c | 66 if ((hash->table=(zip_hash_entry_t**)calloc(table_size, sizeof(zip_hash_entry_t *))) == NULL) { in _zip_hash_new()
|
/PHP-7.2/win32/ |
H A D | readdir.c | 40 dp = (DIR *) calloc(1, sizeof(DIR) + (_MAX_FNAME*5+1)*sizeof(char)); in opendir()
|
/PHP-7.2/ext/mysqlnd/ |
H A D | mysqlnd_alloc.c | 452 ret = calloc(nmemb, REAL_SIZE(size)); in _mysqlnd_calloc() 758 return calloc(nmemb, size); in mysqlnd_zend_mm_calloc()
|
H A D | mysqlnd_debug.c | 706 MYSQLND_DEBUG *ret = calloc(1, sizeof(MYSQLND_DEBUG)); in mysqlnd_debug_init()
|
/PHP-7.2/TSRM/ |
H A D | TSRM.c | 155 tsrm_tls_table = (tsrm_tls_entry **) calloc(tsrm_tls_table_size, sizeof(tsrm_tls_entry *)); in tsrm_startup() 163 …resource_types_table = (tsrm_resource_type *) calloc(resource_types_table_size, sizeof(tsrm_resour… in tsrm_startup()
|
/PHP-7.2/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 | 2109 settings = calloc(1, sizeof(zend_phpdbg_globals)); in main()
|
/PHP-7.2/ext/date/lib/ |
H A D | timelib.h | 308 # define timelib_calloc calloc
|
/PHP-7.2/ext/session/ |
H A D | mod_mm.c | 279 ps_mm_instance = calloc(sizeof(*ps_mm_instance), 1); in PHP_MINIT_FUNCTION()
|
/PHP-7.2/ext/mbstring/oniguruma/src/ |
H A D | regint.h | 98 #define xcalloc calloc
|
/PHP-7.2/ext/fileinfo/ |
H A D | libmagic.patch | 189 - if ((ms = CAST(struct magic_set *, calloc((size_t)1, 260 - if ((mlist = CAST(struct mlist *, calloc(1, sizeof(*mlist)))) == NULL) { 470 - if ((map = CAST(struct magic_map *, calloc(1, sizeof(*map)))) == NULL) 639 - if ((map = CAST(struct magic_map *, calloc(1, sizeof(*map)))) == NULL) { 663 - if ((map = CAST(struct magic_map *, calloc(1, sizeof(*map)))) == NULL) { 1000 return calloc(n, u); 2427 - dllpath = calloc(MAX_PATH + 1, sizeof(*dllpath));
|
/PHP-7.2/ext/mysqli/ |
H A D | mysqli_nonapi.c | 230 le.ptr = plist = calloc(1, sizeof(mysqli_plist_entry));
|
/PHP-7.2/Zend/ |
H A D | zend.c | 578 …compiler_globals->static_members_table = calloc(compiler_globals->last_static_member, sizeof(zval*… in compiler_globals_ctor()
|
/PHP-7.2/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.2/main/ |
H A D | fastcgi.c | 884 fcgi_request *req = calloc(1, sizeof(fcgi_request)); in fcgi_init_request()
|