idxSize           652 ext/gd/libgd/gd_gd2.c 	int idxSize;
idxSize           707 ext/gd/libgd/gd_gd2.c 		idxSize = ncx * ncy * sizeof(t_chunk_info);
idxSize           708 ext/gd/libgd/gd_gd2.c 		GD2_DBG(php_gd_error("Index size is %d", idxSize));
idxSize           709 ext/gd/libgd/gd_gd2.c 		gdSeek(out, idxPos + idxSize);
idxSize           711 ext/gd/libgd/gd_gd2.c 		chunkIdx = safe_emalloc(idxSize, sizeof(t_chunk_info), 0);
idxSize           712 ext/gd/libgd/gd_gd2.c 		memset(chunkIdx, 0, idxSize * sizeof(t_chunk_info));