Home
last modified time | relevance | path

Searched refs:calloc (Results 1 – 25 of 28) sorted by relevance

12

/PHP-5.6/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_allocators.h39 void *(*calloc)(unsigned int, unsigned int); member
50 #define mbfl_calloc (__mbfl_allocators->calloc)
H A Dmbfl_allocators.c86 return calloc(nelems, szelem); in __mbfl__calloc()
/PHP-5.6/ext/mysqlnd/
H A Dmysqlnd_statistics.c236 *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 Dmysqlnd_alloc.c450 ret = calloc(nmemb, REAL_SIZE(size)); in _mysqlnd_calloc()
721 return calloc(nmemb, size); in mysqlnd_zend_mm_calloc()
H A Dmysqlnd_debug.c727 MYSQLND_DEBUG *ret = calloc(1, sizeof(MYSQLND_DEBUG)); in mysqlnd_debug_init()
/PHP-5.6/ext/opcache/
H A Dshared_alloc_mmap.c41 …*shared_segments_p = (zend_shared_segment **) calloc(1, sizeof(zend_shared_segment) + sizeof(void … in create_segments()
H A Dshared_alloc_posix.c45 …*shared_segments_p = (zend_shared_segment_posix **) calloc(1, sizeof(zend_shared_segment_posix) + … in create_segments()
H A Dshared_alloc_shm.c90 …*shared_segments_p = (zend_shared_segment_shm **) calloc(1, (*shared_segments_count) * sizeof(zend… in create_segments()
H A Dshared_alloc_win32.c273 …*shared_segments_p = (zend_shared_segment **) calloc(1, sizeof(zend_shared_segment)+sizeof(void *)… in create_segments()
H A Dzend_accelerator_blacklist.c69 …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 Dfpm_arrays.h34 a->data = calloc(sz, initial_num); in fpm_array_init()
/PHP-5.6/ext/fileinfo/libmagic/
H A Dencoding.c80 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 Dcdf.c409 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 Dtimelib.h36 # define timelib_calloc calloc
/PHP-5.6/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.c311 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 Dxmlrpc_introspection.c581 doc_method* dm = calloc(1, sizeof(doc_method)); in XMLRPC_ServerRegisterIntrospectionCallback()
H A Dxml_element.c266 xml_element* elem = calloc(1, sizeof(xml_element)); in xml_elem_new()
H A Dxml_to_soap.c90 ai = (struct array_info*)calloc(1, sizeof(struct array_info)); in parse_array_type_info()
/PHP-5.6/TSRM/
H A DTSRM.c139 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 Dwebpimg.c425 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 Dmod_mm.c282 ps_mm_instance = calloc(sizeof(*ps_mm_instance), 1); in PHP_MINIT_FUNCTION()
/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_cmd.c445 phpdbg_param_t *next = calloc(1, sizeof(phpdbg_param_t)); in phpdbg_stack_push()
/PHP-5.6/ext/mbstring/oniguruma/
H A Dregint.h106 #define xcalloc calloc
/PHP-5.6/ext/mysqli/
H A Dmysqli_nonapi.c199 le.ptr = plist = calloc(1, sizeof(mysqli_plist_entry));
/PHP-5.6/Zend/
H A Dzend.c529 …compiler_globals->static_members_table = calloc(compiler_globals->last_static_member, sizeof(zval*… in compiler_globals_ctor()

Completed in 99 milliseconds

12