calloc 143 TSRM/TSRM.c tsrm_tls_table = (tsrm_tls_entry **) calloc(tsrm_tls_table_size, sizeof(tsrm_tls_entry *)); calloc 151 TSRM/TSRM.c resource_types_table = (tsrm_resource_type *) calloc(resource_types_table_size, sizeof(tsrm_resource_type)); calloc 498 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 2782 ext/fileinfo/libmagic/apprentice.c if ((map = CAST(struct magic_map *, calloc(1, sizeof(*map)))) == NULL) { calloc 414 ext/fileinfo/libmagic/cdf.c if ((sat->sat_tab = CAST(cdf_secid_t *, calloc(sat->sat_len, ss))) calloc 428 ext/fileinfo/libmagic/cdf.c if ((msa = CAST(cdf_secid_t *, calloc(1, ss))) == NULL) calloc 523 ext/fileinfo/libmagic/cdf.c scn->sst_tab = calloc(scn->sst_len, ss); calloc 569 ext/fileinfo/libmagic/cdf.c scn->sst_tab = calloc(scn->sst_len, ss); calloc 629 ext/fileinfo/libmagic/cdf.c calloc(dir->dir_len, sizeof(dir->dir_tab[0]))); calloc 678 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 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 197 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 709 ext/mysqlnd/mysqlnd_debug.c MYSQLND_DEBUG *ret = calloc(1, sizeof(MYSQLND_DEBUG)); calloc 2100 ext/oci8/oci8.c connection = (php_oci_connection *) calloc(1, sizeof(php_oci_connection)); calloc 2861 ext/oci8/oci8.c session_pool = (php_oci_spool *) calloc(1, sizeof(php_oci_spool)); calloc 2741 ext/opcache/ZendAccelerator.c accel_shared_globals = calloc(1, sizeof(zend_accel_shared_globals)); 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 254 ext/opcache/shared_alloc_win32.c *shared_segments_p = (zend_shared_segment **) calloc(1, sizeof(zend_shared_segment)+sizeof(void *)); calloc 61 ext/opcache/zend_accelerator_blacklist.c blacklist->entries = (zend_blacklist_entry *) calloc(sizeof(zend_blacklist_entry), blacklist->size); calloc 281 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 66 ext/zip/lib/zip_hash.c if ((hash->table=(zip_hash_entry_t**)calloc(table_size, sizeof(zip_hash_entry_t *))) == NULL) { calloc 877 main/fastcgi.c fcgi_request *req = calloc(1, sizeof(fcgi_request)); calloc 34 sapi/fpm/fpm/fpm_arrays.h a->data = calloc(sz, initial_num); calloc 1957 sapi/phpdbg/phpdbg.c settings = calloc(1, sizeof(zend_phpdbg_globals)); calloc 435 sapi/phpdbg/phpdbg_cmd.c phpdbg_param_t *next = calloc(1, sizeof(phpdbg_param_t)); calloc 460 sapi/phpdbg/phpdbg_cmd.c phpdbg_param_t *stack = calloc(1, sizeof(phpdbg_param_t));