calloc 139 TSRM/TSRM.c tsrm_tls_table = (tsrm_tls_entry **) calloc(tsrm_tls_table_size, sizeof(tsrm_tls_entry *)); calloc 147 TSRM/TSRM.c resource_types_table = (tsrm_resource_type *) calloc(resource_types_table_size, sizeof(tsrm_resource_type)); calloc 529 Zend/zend.c compiler_globals->static_members_table = calloc(compiler_globals->last_static_member, sizeof(zval**)); calloc 36 ext/date/lib/timelib.h # define timelib_calloc calloc calloc 409 ext/fileinfo/libmagic/cdf.c if ((sat->sat_tab = CAST(cdf_secid_t *, calloc(sat->sat_len, ss))) calloc 423 ext/fileinfo/libmagic/cdf.c if ((msa = CAST(cdf_secid_t *, calloc(1, ss))) == NULL) calloc 507 ext/fileinfo/libmagic/cdf.c scn->sst_tab = calloc(scn->sst_len, ss); calloc 553 ext/fileinfo/libmagic/cdf.c scn->sst_tab = calloc(scn->sst_len, ss); calloc 613 ext/fileinfo/libmagic/cdf.c calloc(dir->dir_len, sizeof(dir->dir_tab[0]))); calloc 662 ext/fileinfo/libmagic/cdf.c ssat->sat_tab = CAST(cdf_secid_t *, calloc(ssat->sat_len, ss)); calloc 80 ext/fileinfo/libmagic/encoding.c if ((*ubuf = CAST(unichar *, calloc((size_t)1, mlen))) == NULL) { calloc 85 ext/fileinfo/libmagic/encoding.c if ((nbuf = CAST(unsigned char *, calloc((size_t)1, mlen))) == NULL) { calloc 425 ext/gd/libgd/webpimg.c if ((*p_Y = (uint8 *)(calloc(y_stride * y_height calloc 724 ext/gd/libgd/webpimg.c *p_out = (unsigned char*)(calloc(container_size + pkt->data.frame.sz, calloc 86 ext/mbstring/libmbfl/mbfl/mbfl_allocators.c return calloc(nelems, szelem); calloc 39 ext/mbstring/libmbfl/mbfl/mbfl_allocators.h void *(*calloc)(unsigned int, unsigned int); calloc 50 ext/mbstring/libmbfl/mbfl/mbfl_allocators.h #define mbfl_calloc (__mbfl_allocators->calloc) calloc 106 ext/mbstring/oniguruma/regint.h #define xcalloc calloc calloc 199 ext/mysqli/mysqli_nonapi.c le.ptr = plist = calloc(1, sizeof(mysqli_plist_entry)); calloc 450 ext/mysqlnd/mysqlnd_alloc.c ret = calloc(nmemb, REAL_SIZE(size)); calloc 721 ext/mysqlnd/mysqlnd_alloc.c return calloc(nmemb, size); calloc 727 ext/mysqlnd/mysqlnd_debug.c MYSQLND_DEBUG *ret = calloc(1, sizeof(MYSQLND_DEBUG)); calloc 236 ext/mysqlnd/mysqlnd_statistics.c *stats = calloc(1, sizeof(MYSQLND_STATS)); calloc 240 ext/mysqlnd/mysqlnd_statistics.c (*stats)->values = calloc(statistic_count, sizeof(uint64_t)); calloc 241 ext/mysqlnd/mysqlnd_statistics.c (*stats)->triggers = calloc(statistic_count, sizeof(mysqlnd_stat_trigger)); calloc 2092 ext/oci8/oci8.c connection = (php_oci_connection *) calloc(1, sizeof(php_oci_connection)); calloc 2837 ext/oci8/oci8.c session_pool = (php_oci_spool *) calloc(1, sizeof(php_oci_spool)); calloc 41 ext/opcache/shared_alloc_mmap.c *shared_segments_p = (zend_shared_segment **) calloc(1, sizeof(zend_shared_segment) + sizeof(void *)); calloc 45 ext/opcache/shared_alloc_posix.c *shared_segments_p = (zend_shared_segment_posix **) calloc(1, sizeof(zend_shared_segment_posix) + sizeof(void *)); calloc 90 ext/opcache/shared_alloc_shm.c *shared_segments_p = (zend_shared_segment_shm **) calloc(1, (*shared_segments_count) * sizeof(zend_shared_segment_shm) + sizeof(void *) * (*shared_segments_count)); calloc 273 ext/opcache/shared_alloc_win32.c *shared_segments_p = (zend_shared_segment **) calloc(1, sizeof(zend_shared_segment)+sizeof(void *)); calloc 69 ext/opcache/zend_accelerator_blacklist.c blacklist->entries = (zend_blacklist_entry *) calloc(sizeof(zend_blacklist_entry), blacklist->size); calloc 282 ext/session/mod_mm.c ps_mm_instance = calloc(sizeof(*ps_mm_instance), 1); calloc 266 ext/xmlrpc/libxmlrpc/xml_element.c xml_element* elem = calloc(1, sizeof(xml_element)); calloc 90 ext/xmlrpc/libxmlrpc/xml_to_soap.c ai = (struct array_info*)calloc(1, sizeof(struct array_info)); calloc 311 ext/xmlrpc/libxmlrpc/xmlrpc.c XMLRPC_REQUEST xRequest = calloc(1, sizeof(STRUCT_XMLRPC_REQUEST)); calloc 864 ext/xmlrpc/libxmlrpc/xmlrpc.c XMLRPC_VALUE v = calloc(1, sizeof(STRUCT_XMLRPC_VALUE)); calloc 1056 ext/xmlrpc/libxmlrpc/xmlrpc.c value->v = calloc(1, sizeof(STRUCT_XMLRPC_VECTOR)); calloc 2325 ext/xmlrpc/libxmlrpc/xmlrpc.c XMLRPC_SERVER server = calloc(1, sizeof(STRUCT_XMLRPC_SERVER)); calloc 581 ext/xmlrpc/libxmlrpc/xmlrpc_introspection.c doc_method* dm = calloc(1, sizeof(doc_method)); calloc 744 sapi/cgi/fastcgi.c fcgi_request *req = (fcgi_request*)calloc(1, sizeof(fcgi_request)); calloc 34 sapi/fpm/fpm/fpm_arrays.h a->data = calloc(sz, initial_num); calloc 445 sapi/phpdbg/phpdbg_cmd.c phpdbg_param_t *next = calloc(1, sizeof(phpdbg_param_t));