mnd_ecalloc      1346 mysqlnd/mysqlnd.c 			result->unbuf = mnd_ecalloc(1, sizeof(MYSQLND_RES_UNBUFFERED));
mnd_ecalloc        37 mysqlnd/mysqlnd_loaddata.c 	info = ((MYSQLND_INFILE_INFO *)mnd_ecalloc(1, sizeof(MYSQLND_INFILE_INFO)));
mnd_ecalloc       182 mysqlnd/mysqlnd_loaddata.c 	buf = (zend_uchar *) mnd_ecalloc(1, buflen);
mnd_ecalloc      1481 mysqlnd/mysqlnd_ps.c 			stmt->param_bind = mnd_ecalloc(stmt->param_count, sizeof(MYSQLND_PARAM_BIND));
mnd_ecalloc      1805 mysqlnd/mysqlnd_ps.c 		result->unbuf = mnd_ecalloc(1, sizeof(MYSQLND_RES_UNBUFFERED));
mnd_ecalloc       572 mysqlnd/mysqlnd_ps_codec.c 		*copies = mnd_ecalloc(param_count, sizeof(zval *));
mnd_ecalloc       885 mysqlnd/mysqlnd_result.c 		result->lengths			= mnd_ecalloc(result->field_count, sizeof(unsigned long));
mnd_ecalloc       899 mysqlnd/mysqlnd_result.c 	result->unbuf = mnd_ecalloc(1, sizeof(MYSQLND_RES_UNBUFFERED));
mnd_ecalloc      1116 mysqlnd/mysqlnd_result.c 	result->stored_data	= set = mnd_ecalloc(1, sizeof(MYSQLND_RES_BUFFERED));
mnd_ecalloc      1267 mysqlnd/mysqlnd_result.c 	result->lengths = mnd_ecalloc(result->field_count, sizeof(unsigned long));