/PHP-5.6/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-5.6/ext/mysqlnd/ |
H A D | mysqlnd_statistics.c | 236 *stats = calloc(1, sizeof(MYSQLND_STATS)); in mysqlnd_stats_init() 240 (*stats)->values = calloc(statistic_count, sizeof(uint64_t)); in mysqlnd_stats_init() 241 (*stats)->triggers = calloc(statistic_count, sizeof(mysqlnd_stat_trigger)); in mysqlnd_stats_init()
|
H A D | mysqlnd_alloc.c | 450 ret = calloc(nmemb, REAL_SIZE(size)); in _mysqlnd_calloc() 721 return calloc(nmemb, size); in mysqlnd_zend_mm_calloc()
|
H A D | mysqlnd_debug.c | 727 MYSQLND_DEBUG *ret = calloc(1, sizeof(MYSQLND_DEBUG)); in mysqlnd_debug_init()
|
/PHP-5.6/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 | 69 …blacklist->entries = (zend_blacklist_entry *) calloc(sizeof(zend_blacklist_entry), blacklist->size… in zend_accel_blacklist_init()
|
/PHP-5.6/sapi/fpm/fpm/ |
H A D | fpm_arrays.h | 34 a->data = calloc(sz, initial_num); in fpm_array_init()
|
/PHP-5.6/ext/fileinfo/libmagic/ |
H A D | encoding.c | 80 if ((*ubuf = CAST(unichar *, calloc((size_t)1, mlen))) == NULL) { in file_encoding() 85 if ((nbuf = CAST(unsigned char *, calloc((size_t)1, mlen))) == NULL) { in file_encoding()
|
H A D | cdf.c | 409 if ((sat->sat_tab = CAST(cdf_secid_t *, calloc(sat->sat_len, ss))) in cdf_read_sat() 423 if ((msa = CAST(cdf_secid_t *, calloc(1, ss))) == NULL) in cdf_read_sat() 507 scn->sst_tab = calloc(scn->sst_len, ss); in cdf_read_long_sector_chain() 553 scn->sst_tab = calloc(scn->sst_len, ss); in cdf_read_short_sector_chain() 613 calloc(dir->dir_len, sizeof(dir->dir_tab[0]))); in cdf_read_dir() 662 ssat->sat_tab = CAST(cdf_secid_t *, calloc(ssat->sat_len, ss)); in cdf_read_ssat()
|
/PHP-5.6/ext/date/lib/ |
H A D | timelib.h | 36 # define timelib_calloc calloc
|
/PHP-5.6/ext/xmlrpc/libxmlrpc/ |
H A D | xmlrpc.c | 311 XMLRPC_REQUEST xRequest = calloc(1, sizeof(STRUCT_XMLRPC_REQUEST)); in XMLRPC_RequestNew() 864 XMLRPC_VALUE v = calloc(1, sizeof(STRUCT_XMLRPC_VALUE)); in XMLRPC_CreateValueEmpty() 1056 value->v = calloc(1, sizeof(STRUCT_XMLRPC_VECTOR)); in XMLRPC_SetIsVector() 2325 XMLRPC_SERVER server = calloc(1, sizeof(STRUCT_XMLRPC_SERVER)); in XMLRPC_ServerCreate()
|
H A D | xmlrpc_introspection.c | 581 doc_method* dm = calloc(1, sizeof(doc_method)); in XMLRPC_ServerRegisterIntrospectionCallback()
|
H A D | xml_element.c | 266 xml_element* elem = calloc(1, sizeof(xml_element)); in xml_elem_new()
|
H A D | xml_to_soap.c | 90 ai = (struct array_info*)calloc(1, sizeof(struct array_info)); in parse_array_type_info()
|
/PHP-5.6/TSRM/ |
H A D | TSRM.c | 139 tsrm_tls_table = (tsrm_tls_entry **) calloc(tsrm_tls_table_size, sizeof(tsrm_tls_entry *)); in tsrm_startup() 147 …resource_types_table = (tsrm_resource_type *) calloc(resource_types_table_size, sizeof(tsrm_resour… in tsrm_startup()
|
/PHP-5.6/ext/gd/libgd/ |
H A D | webpimg.c | 425 if ((*p_Y = (uint8 *)(calloc(y_stride * y_height in VPXDecode() 724 *p_out = (unsigned char*)(calloc(container_size + pkt->data.frame.sz, in VPXEncode()
|
/PHP-5.6/ext/session/ |
H A D | mod_mm.c | 282 ps_mm_instance = calloc(sizeof(*ps_mm_instance), 1); in PHP_MINIT_FUNCTION()
|
/PHP-5.6/sapi/phpdbg/ |
H A D | phpdbg_cmd.c | 445 phpdbg_param_t *next = calloc(1, sizeof(phpdbg_param_t)); in phpdbg_stack_push()
|
/PHP-5.6/ext/mbstring/oniguruma/ |
H A D | regint.h | 106 #define xcalloc calloc
|
/PHP-5.6/ext/mysqli/ |
H A D | mysqli_nonapi.c | 199 le.ptr = plist = calloc(1, sizeof(mysqli_plist_entry));
|
/PHP-5.6/Zend/ |
H A D | zend.c | 529 …compiler_globals->static_members_table = calloc(compiler_globals->last_static_member, sizeof(zval*… in compiler_globals_ctor()
|