ecalloc           199 Zend/zend_alloc.h #define pecalloc(nmemb, size, persistent) ((persistent)?__zend_calloc((nmemb), (size)):ecalloc((nmemb), (size)))
ecalloc          2200 Zend/zend_builtin_functions.c 		modules = ecalloc(zend_hash_num_elements(&module_registry) + 2, sizeof(zval));
ecalloc          1041 Zend/zend_object_handlers.c 		func = ecalloc(1, sizeof(zend_op_array));
ecalloc           303 ext/com_dotnet/com_handlers.c 							f.arg_info = ecalloc(bindptr.lpfuncdesc->cParams, sizeof(zend_arg_info));
ecalloc           162 ext/com_dotnet/com_iterator.c 	I = (struct php_com_iterator*)ecalloc(1, sizeof(*I));
ecalloc           428 ext/com_dotnet/com_saproxy.c 	proxy = ecalloc(1, sizeof(*proxy));
ecalloc           548 ext/com_dotnet/com_saproxy.c 	I = ecalloc(1, sizeof(*I));
ecalloc          1742 ext/curl/interface.c 	php_curl *ch               = ecalloc(1, sizeof(php_curl));
ecalloc          1743 ext/curl/interface.c 	ch->to_free                = ecalloc(1, sizeof(struct _php_curl_free));
ecalloc          1744 ext/curl/interface.c 	ch->handlers               = ecalloc(1, sizeof(php_curl_handlers));
ecalloc          1745 ext/curl/interface.c 	ch->handlers->write        = ecalloc(1, sizeof(php_curl_write));
ecalloc          1746 ext/curl/interface.c 	ch->handlers->write_header = ecalloc(1, sizeof(php_curl_write));
ecalloc          1747 ext/curl/interface.c 	ch->handlers->read         = ecalloc(1, sizeof(php_curl_read));
ecalloc          1987 ext/curl/interface.c 		dupch->handlers->progress = ecalloc(1, sizeof(php_curl_progress));
ecalloc          1998 ext/curl/interface.c 		dupch->handlers->fnmatch = ecalloc(1, sizeof(php_curl_fnmatch));
ecalloc          2641 ext/curl/interface.c 				ch->handlers->progress = ecalloc(1, sizeof(php_curl_progress));
ecalloc          2763 ext/curl/interface.c 				ch->handlers->fnmatch = ecalloc(1, sizeof(php_curl_fnmatch));
ecalloc            62 ext/curl/multi.c 	mh = ecalloc(1, sizeof(php_curlm));
ecalloc            45 ext/curl/share.c 	sh = ecalloc(1, sizeof(php_curlsh));
ecalloc          2085 ext/date/php_date.c 	intern = ecalloc(1, sizeof(php_date_obj) + zend_object_properties_size(class_type));
ecalloc          2216 ext/date/php_date.c 	intern = ecalloc(1, sizeof(php_timezone_obj) + zend_object_properties_size(class_type));
ecalloc          2307 ext/date/php_date.c 	intern = ecalloc(1, sizeof(php_interval_obj) + zend_object_properties_size(class_type));
ecalloc          2388 ext/date/php_date.c 	intern = ecalloc(1, sizeof(php_period_obj) + zend_object_properties_size(class_type));
ecalloc          3607 ext/date/php_date.c 	timelib_time *dummy_t = ecalloc(1, sizeof(timelib_time));
ecalloc          1075 ext/dom/php_dom.c 	dom_object *intern = ecalloc(1, sizeof(dom_object) + zend_object_properties_size(class_type));
ecalloc          1106 ext/dom/php_dom.c 	dom_xpath_object *intern = ecalloc(1, sizeof(dom_xpath_object) + zend_object_properties_size(class_type));
ecalloc           103 ext/fileinfo/fileinfo.c 	intern = ecalloc(1, sizeof(finfo_object) + zend_object_properties_size(class_type));
ecalloc           481 ext/fileinfo/libmagic/apprentice.c 	if ((ms = CAST(struct magic_set *, ecalloc((size_t)1,
ecalloc           537 ext/fileinfo/libmagic/apprentice.c 	if ((mlist = CAST(struct mlist *, ecalloc(1, sizeof(*mlist)))) == NULL) {
ecalloc          1228 ext/fileinfo/libmagic/apprentice.c 	if ((map = CAST(struct magic_map *, ecalloc(1, sizeof(*map)))) == NULL)
ecalloc          2814 ext/fileinfo/libmagic/apprentice.c 	if ((map = CAST(struct magic_map *, ecalloc(1, sizeof(*map)))) == NULL) {
ecalloc           132 ext/ftp/ftp.c  	ftp = ecalloc(1, sizeof(*ftp));
ecalloc          1528 ext/ftp/ftp.c  	data = ecalloc(1, sizeof(*data));
ecalloc          1821 ext/ftp/ftp.c  		return ecalloc(1, sizeof(char*));
ecalloc          1977 ext/gd/libgd/gd.c 	pts = (char **) ecalloc(im->sy + 1, sizeof(char *));
ecalloc          1979 ext/gd/libgd/gd.c 		pts[i] = (char *) ecalloc(im->sx + 1, sizeof(char));
ecalloc            15 ext/gd/libgd/gdhelpers.h #define gdCalloc(nmemb, size)	ecalloc(nmemb, size)
ecalloc           585 ext/hash/hash.c 	copy_hash->key = ecalloc(1, hash->ops->block_size);
ecalloc           973 ext/hash/hash.c 				key = ecalloc(1, times * block_size);
ecalloc            61 ext/intl/collator/collator_class.c 	intern = ecalloc(1, sizeof(Collator_object) + zend_object_properties_size(ce));
ecalloc           421 ext/intl/collator/collator_sort.c 	sortKeyBuf     = ecalloc( sortKeyBufSize,     sizeof( char    ) );
ecalloc           422 ext/intl/collator/collator_sort.c 	sortKeyIndxBuf = ecalloc( sortKeyIndxBufSize, sizeof( uint8_t ) );
ecalloc          1021 ext/intl/converter/converter.c 	objval = ecalloc(1, sizeof(php_converter_object) + zend_object_properties_size(ce));
ecalloc            64 ext/intl/dateformat/dateformat_class.c 	intern = ecalloc( 1, sizeof(IntlDateFormatter_object) + zend_object_properties_size(ce));
ecalloc            56 ext/intl/dateformat/dateformat_data.c 	dateformat_data* datef_data = ecalloc( 1, sizeof(dateformat_data) );
ecalloc            59 ext/intl/formatter/formatter_class.c 	intern = ecalloc( 1, sizeof(NumberFormatter_object) + zend_object_properties_size(ce));
ecalloc            57 ext/intl/formatter/formatter_data.c 	formatter_data* nf_data = ecalloc( 1, sizeof(formatter_data) );
ecalloc            65 ext/intl/intl_error.c 	intl_error* err = ecalloc( 1, sizeof( intl_error ) );
ecalloc          1063 ext/intl/locale/locale_methods.c 			cur_key_name = (char*)ecalloc( 25,  25);
ecalloc          1297 ext/intl/locale/locale_methods.c 		cur_lang_tag = ecalloc( 1, can_lang_tag->len + 1);
ecalloc          1307 ext/intl/locale/locale_methods.c 		cur_loc_range = ecalloc( 1, can_loc_range->len + 1);
ecalloc          1358 ext/intl/locale/locale_methods.c 		cur_lang_tag = ecalloc( 1, strlen(lang_tag ) + 1);
ecalloc          1365 ext/intl/locale/locale_methods.c 		cur_loc_range = ecalloc( 1, strlen(loc_range ) + 1);
ecalloc          1435 ext/intl/locale/locale_methods.c 	cur_arr = ecalloc(zend_hash_num_elements(hash_arr)*2, sizeof(char *));
ecalloc          1490 ext/intl/locale/locale_methods.c 	cur_loc_range = ecalloc(1, strlen(loc_range)+1);
ecalloc            59 ext/intl/msgformat/msgformat_class.c 	intern = ecalloc( 1, sizeof(MessageFormatter_object) + zend_object_properties_size(ce));
ecalloc            74 ext/intl/msgformat/msgformat_data.c 	msgformat_data* mf_data = ecalloc( 1, sizeof(msgformat_data) );
ecalloc            60 ext/intl/resourcebundle/resourcebundle_class.c 	rb = ecalloc( 1, sizeof(ResourceBundle_object) + zend_object_properties_size(ce));
ecalloc            56 ext/intl/spoofchecker/spoofchecker_class.c 	intern = ecalloc(1, sizeof(Spoofchecker_object) + zend_object_properties_size(ce));
ecalloc           125 ext/intl/transliterator/transliterator_class.c 	intern = ecalloc( 1, sizeof( Transliterator_object ) + zend_object_properties_size(ce));
ecalloc           364 ext/ldap/ldap.c 	ld = ecalloc(1, sizeof(ldap_linkdata));
ecalloc           227 ext/mbstring/mb_gpc.c 	val_list = (char **)ecalloc(num, sizeof(char *));
ecalloc           228 ext/mbstring/mb_gpc.c 	len_list = (int *)ecalloc(num, sizeof(int));
ecalloc           640 ext/mbstring/mbstring.c 	return ecalloc(nelems, szelem);
ecalloc          1357 ext/mcrypt/mcrypt.c 	iv = ecalloc(size + 1, 1);
ecalloc           451 ext/mysqli/mysqli.c 	intern = ecalloc(1, sizeof(mysqli_object) + zend_object_properties_size(class_type));
ecalloc          1063 ext/mysqli/mysqli.c 			stmt = (MY_STMT *)ecalloc(1,sizeof(MY_STMT));
ecalloc          1073 ext/mysqli/mysqli.c 			stmt = (MY_STMT *)ecalloc(1,sizeof(MY_STMT));
ecalloc          1092 ext/mysqli/mysqli.c 	mysqli_resource = (MYSQLI_RESOURCE *)ecalloc (1, sizeof(MYSQLI_RESOURCE));
ecalloc          1145 ext/mysqli/mysqli.c 	mysqli_resource = (MYSQLI_RESOURCE *)ecalloc (1, sizeof(MYSQLI_RESOURCE));
ecalloc           197 ext/mysqli/mysqli_api.c 	stmt->param.is_null = ecalloc(num_vars, sizeof(char));
ecalloc           198 ext/mysqli/mysqli_api.c 	bind = (MYSQL_BIND *) ecalloc(num_vars, sizeof(MYSQL_BIND));
ecalloc           403 ext/mysqli/mysqli_api.c 	bind = (MYSQL_BIND *)ecalloc(var_cnt, sizeof(MYSQL_BIND));
ecalloc          1491 ext/mysqli/mysqli_api.c 	mysql = (MY_MYSQL *)ecalloc(1, sizeof(MY_MYSQL));
ecalloc          1507 ext/mysqli/mysqli_api.c 	mysqli_resource = (MYSQLI_RESOURCE *)ecalloc (1, sizeof(MYSQLI_RESOURCE));
ecalloc          1862 ext/mysqli/mysqli_api.c 	stmt = (MY_STMT *)ecalloc(1,sizeof(MY_STMT));
ecalloc          1910 ext/mysqli/mysqli_api.c 	mysqli_resource = (MYSQLI_RESOURCE *)ecalloc (1, sizeof(MYSQLI_RESOURCE));
ecalloc          2445 ext/mysqli/mysqli_api.c 	stmt = (MY_STMT *)ecalloc(1,sizeof(MY_STMT));
ecalloc          2455 ext/mysqli/mysqli_api.c 	mysqli_resource = (MYSQLI_RESOURCE *)ecalloc (1, sizeof(MYSQLI_RESOURCE));
ecalloc          2506 ext/mysqli/mysqli_api.c 	mysqli_resource = (MYSQLI_RESOURCE *)ecalloc (1, sizeof(MYSQLI_RESOURCE));
ecalloc          2610 ext/mysqli/mysqli_api.c 	mysqli_resource = (MYSQLI_RESOURCE *)ecalloc (1, sizeof(MYSQLI_RESOURCE));
ecalloc          2663 ext/mysqli/mysqli_api.c 	mysqli_resource = (MYSQLI_RESOURCE *)ecalloc (1, sizeof(MYSQLI_RESOURCE));
ecalloc           129 ext/mysqli/mysqli_driver.c 	mysqli_resource = (MYSQLI_RESOURCE *)ecalloc (1, sizeof(MYSQLI_RESOURCE));
ecalloc           102 ext/mysqli/mysqli_nonapi.c 			mysql = (MY_MYSQL *) ecalloc(1, sizeof(MY_MYSQL));
ecalloc           269 ext/mysqli/mysqli_nonapi.c 		mysqli_resource = (MYSQLI_RESOURCE *)ecalloc (1, sizeof(MYSQLI_RESOURCE));
ecalloc           629 ext/mysqli/mysqli_nonapi.c 	mysqli_resource = (MYSQLI_RESOURCE *)ecalloc (1, sizeof(MYSQLI_RESOURCE));
ecalloc           647 ext/mysqli/mysqli_nonapi.c 	*out_array = ecalloc(zend_hash_num_elements(Z_ARRVAL_P(in_array)) + 1, sizeof(MYSQLND *));
ecalloc           853 ext/mysqli/mysqli_nonapi.c 	mysqli_resource = (MYSQLI_RESOURCE *)ecalloc (1, sizeof(MYSQLI_RESOURCE));
ecalloc           879 ext/mysqli/mysqli_nonapi.c 	mysqli_resource = (MYSQLI_RESOURCE *)ecalloc (1, sizeof(MYSQLI_RESOURCE));
ecalloc           909 ext/mysqli/mysqli_nonapi.c 	mysqli_resource = (MYSQLI_RESOURCE *)ecalloc (1, sizeof(MYSQLI_RESOURCE));
ecalloc           934 ext/mysqli/mysqli_nonapi.c 	mysqli_resource = (MYSQLI_RESOURCE *)ecalloc (1, sizeof(MYSQLI_RESOURCE));
ecalloc            54 ext/mysqli/mysqli_result_iterator.c 	iterator = ecalloc(1, sizeof(php_mysqli_result_iterator));
ecalloc            60 ext/mysqli/mysqli_warning.c 	w = (MYSQLI_WARNING *)ecalloc(1, sizeof(MYSQLI_WARNING));
ecalloc           106 ext/mysqli/mysqli_warning.c 	w = (MYSQLI_WARNING *)ecalloc(1, sizeof(MYSQLI_WARNING));
ecalloc           301 ext/mysqli/mysqli_warning.c 	mysqli_resource = (MYSQLI_RESOURCE *)ecalloc (1, sizeof(MYSQLI_RESOURCE));
ecalloc          1285 ext/mysqlnd/mysqlnd.c 		MYSQLND **ret_p = ret = ecalloc(cnt + 1, sizeof(MYSQLND *));
ecalloc           665 ext/mysqlnd/mysqlnd_alloc.c 	return ecalloc(nmemb, size);
ecalloc          2093 ext/oci8/oci8.c 			connection = (php_oci_connection *) ecalloc(1, sizeof(php_oci_connection));
ecalloc          2115 ext/oci8/oci8.c 		connection = (php_oci_connection *) ecalloc(1, sizeof(php_oci_connection));
ecalloc            79 ext/oci8/oci8_interface.c 	define = ecalloc(1,sizeof(php_oci_define));
ecalloc            91 ext/oci8/oci8_interface.c 	define->name = (text*) ecalloc(1, name_len+1);
ecalloc            71 ext/oci8/oci8_lob.c 	descriptor = ecalloc(1, sizeof(php_oci_descriptor));
ecalloc           328 ext/oci8/oci8_lob.c 	*data = ecalloc(bytes_per_char, requested_len + 1);
ecalloc           341 ext/oci8/oci8_lob.c 	bufp = (ub1 *) ecalloc(1, buffer_size);
ecalloc            53 ext/oci8/oci8_statement.c 	statement = ecalloc(1,sizeof(php_oci_statement));
ecalloc            94 ext/oci8/oci8_statement.c 		statement->last_query = ecalloc(1, query_len + 1);
ecalloc           149 ext/oci8/oci8_statement.c 		statement2 = ecalloc(1,sizeof(php_oci_statement));
ecalloc           314 ext/oci8/oci8_statement.c 						column->data = (text *) ecalloc(1, PHP_OCI_PIECE_SIZE + 1);
ecalloc           590 ext/oci8/oci8_statement.c 			outcol = (php_oci_out_column *) ecalloc(1, sizeof(php_oci_out_column));
ecalloc           681 ext/oci8/oci8_statement.c 			outcol->name = ecalloc(1, outcol->name_len + 1);
ecalloc          1241 ext/oci8/oci8_statement.c 		bindp = (php_oci_bind *) ecalloc(1, sizeof(php_oci_bind));
ecalloc          1449 ext/oci8/oci8_statement.c 			char *p = ecalloc(1, PHP_OCI_PIECE_SIZE);
ecalloc          1455 ext/oci8/oci8_statement.c 		Z_STRVAL_P(val) = ecalloc(1, Z_STRLEN_P(val) + 1);
ecalloc          1203 ext/odbc/php_odbc.c 	result = (odbc_result *)ecalloc(1, sizeof(odbc_result));
ecalloc          1643 ext/odbc/php_odbc.c 	result = (odbc_result *)ecalloc(1, sizeof(odbc_result));
ecalloc          3176 ext/odbc/php_odbc.c 	result = (odbc_result *)ecalloc(1, sizeof(odbc_result));
ecalloc          3245 ext/odbc/php_odbc.c 	result = (odbc_result *)ecalloc(1, sizeof(odbc_result));
ecalloc          3317 ext/odbc/php_odbc.c 	result = (odbc_result *)ecalloc(1, sizeof(odbc_result));
ecalloc          3395 ext/odbc/php_odbc.c 	result = (odbc_result *)ecalloc(1, sizeof(odbc_result));
ecalloc          3463 ext/odbc/php_odbc.c 	result = (odbc_result *)ecalloc(1, sizeof(odbc_result));
ecalloc          3522 ext/odbc/php_odbc.c 	result = (odbc_result *)ecalloc(1, sizeof(odbc_result));
ecalloc          3590 ext/odbc/php_odbc.c 	result = (odbc_result *)ecalloc(1, sizeof(odbc_result));
ecalloc          3659 ext/odbc/php_odbc.c 	result = (odbc_result *)ecalloc(1, sizeof(odbc_result));
ecalloc          3729 ext/odbc/php_odbc.c 	result = (odbc_result *)ecalloc(1, sizeof(odbc_result));
ecalloc          3800 ext/odbc/php_odbc.c 	result = (odbc_result *)ecalloc(1, sizeof(odbc_result));
ecalloc          3865 ext/odbc/php_odbc.c 	result = (odbc_result *)ecalloc(1, sizeof(odbc_result));
ecalloc          5206 ext/openssl/openssl.c 	iv_new = ecalloc(1, iv_required_len + 1);
ecalloc           234 ext/pcre/php_pcre.c 	subpat_names = (char **)ecalloc(num_subpats, sizeof(char *));
ecalloc          1566 ext/pdo/pdo_dbh.c 	dbh = ecalloc(1, sizeof(pdo_dbh_object_t) + zend_object_properties_size(ce));
ecalloc          1570 ext/pdo/pdo_dbh.c 	dbh->inner = ecalloc(1, sizeof(pdo_dbh_t));
ecalloc           203 ext/pdo/pdo_stmt.c 	stmt->columns = ecalloc(stmt->column_count, sizeof(struct pdo_column_data));
ecalloc           260 ext/pdo/pdo_stmt.c 		pdo_row_t *row = ecalloc(1, sizeof(pdo_row_t));
ecalloc          2255 ext/pdo/pdo_stmt.c 	stmt = ecalloc(1, sizeof(pdo_stmt_t) + zend_object_properties_size(Z_OBJCE_P(zobject)));
ecalloc          2359 ext/pdo/pdo_stmt.c 	stmt = ecalloc(1, sizeof(pdo_stmt_t) + zend_object_properties_size(ce));
ecalloc          2458 ext/pdo/pdo_stmt.c 	I = ecalloc(1, sizeof(struct php_pdo_iterator));
ecalloc          2690 ext/pdo/pdo_stmt.c 	pdo_row_t *row = ecalloc(1, sizeof(pdo_row_t));
ecalloc            98 ext/pdo_dblib/dblib_driver.c 	pdo_dblib_stmt *S = ecalloc(1, sizeof(*S));
ecalloc           158 ext/pdo_firebird/firebird_driver.c 		S = ecalloc(1, sizeof(*S)-sizeof(XSQLDA) + XSQLDA_LENGTH(num_sqlda.sqld));
ecalloc           161 ext/pdo_firebird/firebird_driver.c 		S->fetch_buf = ecalloc(1,sizeof(char*) * num_sqlda.sqld);
ecalloc           185 ext/pdo_firebird/firebird_driver.c 			S->in_sqlda = ecalloc(1,XSQLDA_LENGTH(num_sqlda.sqld));
ecalloc           192 ext/pdo_firebird/firebird_statement.c 	var->sqlind = (void*)ecalloc(1, var->sqllen + 2*sizeof(short));
ecalloc           165 ext/pdo_mysql/mysql_driver.c 	pdo_mysql_stmt *S = ecalloc(1, sizeof(pdo_mysql_stmt));
ecalloc           234 ext/pdo_mysql/mysql_driver.c 		S->params = ecalloc(S->num_params, sizeof(MYSQL_BIND));
ecalloc           235 ext/pdo_mysql/mysql_driver.c 		S->in_null = ecalloc(S->num_params, sizeof(my_bool));
ecalloc           236 ext/pdo_mysql/mysql_driver.c 		S->in_length = ecalloc(S->num_params, sizeof(zend_ulong));
ecalloc           201 ext/pdo_mysql/mysql_statement.c 			S->bound_result = ecalloc(stmt->column_count, sizeof(MYSQL_BIND));
ecalloc           202 ext/pdo_mysql/mysql_statement.c 			S->out_null = ecalloc(stmt->column_count, sizeof(my_bool));
ecalloc           203 ext/pdo_mysql/mysql_statement.c 			S->out_length = ecalloc(stmt->column_count, sizeof(zend_ulong));
ecalloc           254 ext/pdo_oci/oci_driver.c 	pdo_oci_stmt *S = ecalloc(1, sizeof(*S));
ecalloc           188 ext/pdo_oci/oci_statement.c 		S->cols = ecalloc(colcount, sizeof(pdo_oci_column));
ecalloc           319 ext/pdo_oci/oci_statement.c 				P = (pdo_oci_bound_param*)ecalloc(1, sizeof(pdo_oci_bound_param));
ecalloc           737 ext/pdo_oci/oci_statement.c 	struct oci_lob_self *self = ecalloc(1, sizeof(*self));
ecalloc           744 ext/pdo_oci/oci_statement.c 	self->E = ecalloc(1, sizeof(oci_lob_env));
ecalloc           149 ext/pdo_odbc/odbc_driver.c 	pdo_odbc_stmt *S = ecalloc(1, sizeof(*S));
ecalloc           275 ext/pdo_odbc/odbc_stmt.c 		S->cols = ecalloc(colcount, sizeof(pdo_odbc_column));
ecalloc           835 ext/pdo_odbc/odbc_stmt.c 	S->cols = ecalloc(colcount, sizeof(pdo_odbc_column));
ecalloc           194 ext/pdo_pgsql/pgsql_driver.c 	struct pdo_pgsql_lob_self *self = ecalloc(1, sizeof(*self));
ecalloc           236 ext/pdo_pgsql/pgsql_driver.c 	pdo_pgsql_stmt *S = ecalloc(1, sizeof(pdo_pgsql_stmt));
ecalloc           229 ext/pdo_pgsql/pgsql_statement.c 		S->cols = ecalloc(stmt->column_count, sizeof(pdo_pgsql_column));
ecalloc           288 ext/pdo_pgsql/pgsql_statement.c 					S->param_values = ecalloc(
ecalloc           291 ext/pdo_pgsql/pgsql_statement.c 					S->param_lengths = ecalloc(
ecalloc           294 ext/pdo_pgsql/pgsql_statement.c 					S->param_formats = ecalloc(
ecalloc           297 ext/pdo_pgsql/pgsql_statement.c 					S->param_types = ecalloc(
ecalloc           325 ext/pdo_pgsql/pgsql_statement.c 									P = ecalloc(1, sizeof(*P));
ecalloc           181 ext/pdo_sqlite/sqlite_driver.c 	pdo_sqlite_stmt *S = ecalloc(1, sizeof(pdo_sqlite_stmt));
ecalloc           543 ext/pdo_sqlite/sqlite_driver.c 	func = (struct pdo_sqlite_func*)ecalloc(1, sizeof(*func));
ecalloc           619 ext/pdo_sqlite/sqlite_driver.c 	func = (struct pdo_sqlite_func*)ecalloc(1, sizeof(*func));
ecalloc           673 ext/pdo_sqlite/sqlite_driver.c 	collation = (struct pdo_sqlite_collation*)ecalloc(1, sizeof(*collation));
ecalloc          1378 ext/phar/phar.c 	mydata = ecalloc(1, sizeof(phar_archive_data));
ecalloc          3472 ext/phar/phar.c 			phar_entry_fp *stuff = (phar_entry_fp *) ecalloc(zend_hash_num_elements(&cached_phars), sizeof(phar_entry_fp));
ecalloc          3477 ext/phar/phar.c 				stuff[pphar->phar_pos].manifest = (phar_entry_fp_info *) ecalloc( zend_hash_num_elements(&(pphar->manifest)), sizeof(phar_entry_fp_info));
ecalloc          2209 ext/phar/phar_object.c 	phar = (phar_archive_data *) ecalloc(1, sizeof(phar_archive_data));
ecalloc            85 ext/phar/stream.c 	resource = ecalloc(1, sizeof(php_url));
ecalloc           260 ext/phar/stream.c 				entry = (phar_entry_info *) ecalloc(1, sizeof(phar_entry_info));
ecalloc           269 ext/phar/stream.c 				idata = (phar_entry_data *) ecalloc(1, sizeof(phar_entry_data));
ecalloc          1272 ext/phar/tar.c 	buf = (char *) ecalloc(1024, 1);
ecalloc          1291 ext/phar/util.c 			entry = (phar_entry_info *) ecalloc(1, sizeof(phar_entry_info));
ecalloc           351 ext/reflection/php_reflection.c 	intern = ecalloc(1, sizeof(reflection_object) + zend_object_properties_size(class_type));
ecalloc           406 ext/session/mod_files.c 	data = ecalloc(1, sizeof(*data));
ecalloc          2919 ext/session/session.c 			progress = ecalloc(1, sizeof(php_session_rfc1867_progress));
ecalloc          2160 ext/simplexml/simplexml.c 	intern = ecalloc(1, sizeof(php_sxe_object) + zend_object_properties_size(ce));
ecalloc           494 ext/snmp/snmp.c 	intern = ecalloc(1, sizeof(php_snmp_object) + zend_object_properties_size(class_type));
ecalloc           126 ext/sockets/conversions.c 	void *ret = ecalloc(nmemb, alloc_size);
ecalloc          1464 ext/sockets/conversions.c 	structure = ecalloc(1, struct_size);
ecalloc           771 ext/sockets/multicast.c 		buf = ecalloc(size, 1);
ecalloc           391 ext/sockets/sendrecvmsg.c 	buffer = ecalloc(1, size);
ecalloc           163 ext/spl/spl_array.c 	intern = ecalloc(1, sizeof(spl_array_object) + zend_object_properties_size(parent));
ecalloc           142 ext/spl/spl_directory.c 	intern = ecalloc(1, sizeof(spl_filesystem_object) + zend_object_properties_size(class_type));
ecalloc           118 ext/spl/spl_directory.h 	it = ecalloc(1, sizeof(spl_filesystem_iterator));
ecalloc           376 ext/spl/spl_dllist.c 	intern = ecalloc(1, sizeof(spl_dllist_object) + zend_object_properties_size(parent));
ecalloc            87 ext/spl/spl_fixedarray.c 		array->elements = ecalloc(size, sizeof(zval));
ecalloc           221 ext/spl/spl_fixedarray.c 	intern = ecalloc(1, sizeof(spl_fixedarray_object) + zend_object_properties_size(parent));
ecalloc           675 ext/spl/spl_fixedarray.c 	array = ecalloc(1, sizeof(spl_fixedarray));
ecalloc           769 ext/spl/spl_fixedarray.c 		intern->array = ecalloc(1, sizeof(spl_fixedarray));
ecalloc           230 ext/spl/spl_heap.c 	heap->elements = ecalloc(PTR_HEAP_BLOCK_SIZE, sizeof(zval));
ecalloc           368 ext/spl/spl_heap.c 	intern = ecalloc(1, sizeof(spl_heap_object) + zend_object_properties_size(parent));
ecalloc           957 ext/spl/spl_iterators.c 	intern = ecalloc(1, sizeof(spl_recursive_it_object) + zend_object_properties_size(class_type));
ecalloc          2361 ext/spl/spl_iterators.c 	intern = ecalloc(1, sizeof(spl_dual_it_object) + zend_object_properties_size(class_type));
ecalloc           931 ext/sqlite3/sqlite3.c 	func = (php_sqlite3_func *)ecalloc(1, sizeof(*func));
ecalloc           988 ext/sqlite3/sqlite3.c 	func = (php_sqlite3_func *)ecalloc(1, sizeof(*func));
ecalloc          1038 ext/sqlite3/sqlite3.c 	collation = (php_sqlite3_collation *)ecalloc(1, sizeof(*collation));
ecalloc          2136 ext/sqlite3/sqlite3.c 	intern = ecalloc(1, sizeof(php_sqlite3_db_object) + zend_object_properties_size(class_type));
ecalloc          2155 ext/sqlite3/sqlite3.c 	intern = ecalloc(1, sizeof(php_sqlite3_stmt) + zend_object_properties_size(class_type));
ecalloc          2171 ext/sqlite3/sqlite3.c 	intern = ecalloc(1, sizeof(php_sqlite3_result) + zend_object_properties_size(class_type));
ecalloc          4822 ext/standard/array.c 	arrays = (zval **)ecalloc(argc, sizeof(zval *));
ecalloc          4826 ext/standard/array.c 	ARRAYG(multisort_func) = (compare_func_t*)ecalloc(argc, sizeof(compare_func_t));
ecalloc          5315 ext/standard/array.c 		uint32_t *array_pos = (HashPosition *)ecalloc(n_arrays, sizeof(HashPosition));
ecalloc           114 ext/standard/image.c 	result = (struct gfxinfo *) ecalloc(1, sizeof(struct gfxinfo));
ecalloc           137 ext/standard/image.c 	result = (struct gfxinfo *) ecalloc(1, sizeof(struct gfxinfo));
ecalloc           161 ext/standard/image.c 		result = (struct gfxinfo *) ecalloc (1, sizeof(struct gfxinfo));
ecalloc           166 ext/standard/image.c 		result = (struct gfxinfo *) ecalloc (1, sizeof(struct gfxinfo));
ecalloc           210 ext/standard/image.c 	b = ecalloc(1, len + 1);
ecalloc           258 ext/standard/image.c 		result = (struct gfxinfo *) ecalloc (1, sizeof (struct gfxinfo));
ecalloc           288 ext/standard/image.c 	result = (struct gfxinfo *) ecalloc (1, sizeof (struct gfxinfo));
ecalloc           321 ext/standard/image.c 	result = (struct gfxinfo *) ecalloc(1, sizeof(struct gfxinfo));
ecalloc           505 ext/standard/image.c 					result = (struct gfxinfo *) ecalloc(1, sizeof(struct gfxinfo));
ecalloc           632 ext/standard/image.c 	result = (struct gfxinfo *)ecalloc(1, sizeof(struct gfxinfo));
ecalloc           875 ext/standard/image.c 		result = (struct gfxinfo *) ecalloc(1, sizeof(struct gfxinfo));
ecalloc           924 ext/standard/image.c 				result = (struct gfxinfo *) ecalloc(1, sizeof(struct gfxinfo));
ecalloc          1013 ext/standard/image.c 	struct gfxinfo *result = (struct gfxinfo *) ecalloc(1, sizeof(struct gfxinfo));
ecalloc          1073 ext/standard/image.c 			*result = (struct gfxinfo *) ecalloc(1, sizeof(struct gfxinfo));
ecalloc          1110 ext/standard/image.c 	result = (struct gfxinfo *) ecalloc(1, sizeof(struct gfxinfo));
ecalloc           233 ext/standard/php_fopen_wrapper.c 		input = ecalloc(1, sizeof(*input));
ecalloc            95 ext/standard/php_var.h 		(d) = (php_unserialize_data_t)ecalloc(1, sizeof(struct php_unserialize_data)); \
ecalloc          3012 ext/standard/string.c 	num_bitset = ecalloc((slen + sizeof(zend_ulong)) / sizeof(zend_ulong), sizeof(zend_ulong));
ecalloc           100 ext/standard/url.c 	php_url *ret = ecalloc(1, sizeof(php_url));
ecalloc           585 ext/standard/user_filters.c 	fdat = ecalloc(1, sizeof(struct php_user_filter_data));
ecalloc           683 ext/tidy/tidy.c 	intern = ecalloc(1, sizeof(PHPTidyObj) + zend_object_properties_size(class_type));
ecalloc          1155 ext/wddx/wddx.c 	packet = ecalloc(1, sizeof(smart_str));
ecalloc          1134 ext/xml/xml.c  	parser = ecalloc(1, sizeof(xml_parser));
ecalloc           389 ext/xmlreader/php_xmlreader.c 	intern = ecalloc(1, sizeof(xmlreader_object) + zend_object_properties_size(class_type));
ecalloc           144 ext/xmlwriter/php_xmlwriter.c 	intern = ecalloc(1, sizeof(ze_xmlwriter_object) + zend_object_properties_size(class_type));
ecalloc           111 ext/xsl/php_xsl.c 	intern = ecalloc(1, sizeof(xsl_object) + zend_object_properties_size(class_type));
ecalloc          1024 ext/zip/php_zip.c 	intern = ecalloc(1, sizeof(ze_zip_object) + zend_object_properties_size(class_type));
ecalloc           270 ext/zlib/zlib.c 	php_zlib_context *ctx = (php_zlib_context *) ecalloc(1, sizeof(php_zlib_context));
ecalloc           884 ext/zlib/zlib.c 	ctx = ecalloc(1, sizeof(php_zlib_context));
ecalloc          1086 ext/zlib/zlib.c 	ctx = ecalloc(1, sizeof(php_zlib_context));
ecalloc           494 main/output.c  			user = ecalloc(1, sizeof(php_output_handler_user_func_t));
ecalloc           867 main/output.c  	handler = ecalloc(1, sizeof(php_output_handler));
ecalloc           294 main/rfc1867.c 	multipart_buffer *self = (multipart_buffer *) ecalloc(1, sizeof(multipart_buffer));
ecalloc           299 main/rfc1867.c 	self->buffer = (char *) ecalloc(1, minsize + 1);
ecalloc           227 main/streams/glob_wrapper.c 	pglob = ecalloc(sizeof(*pglob), 1);
ecalloc           567 main/streams/memory.c 	self = ecalloc(1, sizeof(*self));
ecalloc          2201 main/streams/streams.c 	context = ecalloc(1, sizeof(php_stream_context));
ecalloc          2211 main/streams/streams.c 	return ecalloc(1, sizeof(php_stream_notifier));
ecalloc           499 main/streams/userspace.c 	uwrap = (struct php_user_stream_wrapper *)ecalloc(1, sizeof(*uwrap));
ecalloc           631 sapi/phpdbg/phpdbg_watch.c 	phpdbg_watchpoint_t *watch = ecalloc(1, sizeof(phpdbg_watchpoint_t));
ecalloc           665 sapi/phpdbg/phpdbg_watch.c 	watch = ecalloc(1, sizeof(phpdbg_watchpoint_t));
ecalloc            86 sapi/phpdbg/phpdbg_webdata_transfer.c 			zval *value = ecalloc(sizeof(zval), 1);
ecalloc            95 sapi/phpdbg/phpdbg_webdata_transfer.c 			zval *value = ecalloc(sizeof(zval), 1);
ecalloc           126 sapi/phpdbg/phpdbg_webdata_transfer.c 			zval *value = ecalloc(sizeof(zval), 1);
ecalloc           151 sapi/phpdbg/phpdbg_webdata_transfer.c 			zval *value = ecalloc(sizeof(zval), 1);
ecalloc            65 win32/sendmail.c 												if (NULL != (*error_message = ecalloc(1, sizeof(SMTP_ERROR_RESPONSE_SPEC) + strlen(response)))) { \
ecalloc           296 win32/sendmail.c 		if (NULL == (*error_message = ecalloc(1, HOST_NAME_LEN + 128))) {
ecalloc           571 win32/sendmail.c 			if (NULL == (stripped_header = ecalloc(1, strlen(headers)))) {
ecalloc           708 win32/sendmail.c 	header_buffer = ecalloc(1, MAIL_BUFFER_SIZE);