mnd_ecalloc      1480 ext/mysqlnd/mysqlnd.c 			result->unbuf = mnd_ecalloc(1, sizeof(MYSQLND_RES_UNBUFFERED));
mnd_ecalloc        37 ext/mysqlnd/mysqlnd_loaddata.c 	info = ((MYSQLND_INFILE_INFO *)mnd_ecalloc(1, sizeof(MYSQLND_INFILE_INFO)));
mnd_ecalloc       182 ext/mysqlnd/mysqlnd_loaddata.c 	buf = (zend_uchar *) mnd_ecalloc(1, buflen);
mnd_ecalloc      1793 ext/mysqlnd/mysqlnd_ps.c 		result->unbuf = mnd_ecalloc(1, sizeof(MYSQLND_RES_UNBUFFERED));
mnd_ecalloc       505 ext/mysqlnd/mysqlnd_ps_codec.c 		*copies = mnd_ecalloc(param_count, sizeof(zval *));
mnd_ecalloc       867 ext/mysqlnd/mysqlnd_result.c 		result->lengths			= mnd_ecalloc(result->field_count, sizeof(unsigned long));
mnd_ecalloc       881 ext/mysqlnd/mysqlnd_result.c 	result->unbuf = mnd_ecalloc(1, sizeof(MYSQLND_RES_UNBUFFERED));
mnd_ecalloc      1088 ext/mysqlnd/mysqlnd_result.c 	result->stored_data	= set = mnd_ecalloc(1, sizeof(MYSQLND_RES_BUFFERED));
mnd_ecalloc      1240 ext/mysqlnd/mysqlnd_result.c 	result->lengths = mnd_ecalloc(result->field_count, sizeof(unsigned long));